DraftModeListItemBuilder class

Convenience helpers for composing DraftModeListItem collections.

Constructors

DraftModeListItemBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap<K, V>(Map<K, V> map) List<DraftModeListItem<K, V>>
Maps a Map's entries to DraftModeListItems while preserving insertion order. Handy when the data already lives in a keyed cache.