BpkSection

data class BpkSection(val headings: BpkSectionHeading? = null, val items: List<BpkItem>)

Constructors

Link copied to clipboard
constructor(headings: BpkSectionHeading? = null, items: List<BpkItem>)

Properties

Link copied to clipboard
Link copied to clipboard