QuickSection

data class QuickSection(val sectionType: QuickSectionType, val title: String, val values: List<String>, val tileType: QuickSectionTileType, val numberedSection: Boolean, val showCount: Boolean, val locationArea: List<QuickSectionLocationAreaType>)

Constructors

Link copied to clipboard
constructor(sectionType: QuickSectionType, title: String, values: List<String>, tileType: QuickSectionTileType, numberedSection: Boolean, showCount: Boolean, locationArea: List<QuickSectionLocationAreaType>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard