ExtraSection

data class ExtraSection(val title: String, val dataFlow: Flow<ExtraData?>)

Represents a section with data

Constructors

Link copied to clipboard
constructor(title: String, dataFlow: Flow<ExtraData?>)

Properties

Link copied to clipboard
val dataFlow: Flow<ExtraData?>

A flow containing the data for the section.

Link copied to clipboard

Section title