Initializer

interface Initializer<T>

Builder for data collections.

Properties

initialItems
Link copied to clipboard
abstract var initialItems: Collection<T>
The initial items contained in the collection.

Inheritors

PersistentDataCollection
Link copied to clipboard