Layout

data class Layout(var name: String, var responsiveLayouts: List<ResponsiveLayout>)

Constructors

Link copied to clipboard
constructor(name: String, responsiveLayouts: List<ResponsiveLayout>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard