ModelInitialCollection<T> class abstract

Data to be passed to data of various ModelAdapter.

Specify the path to the collection itself in path and the ID and value Map in value.

You can parse for Json by using toMap.

各種ModelAdapterdataに渡すデータ。

pathにコレクション自体のパスを指定し、valueにIDと値のMapを指定します。

toMapを利用することでJson用にパースすることができます。

Inheritance
Implementers
Available Extensions

Constructors

ModelInitialCollection(Map<String, T> value)
Data to be passed to data of various ModelAdapter.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
Path to the collection itself.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, T>
ID and value Map.
final

Methods

filterOnSave(DynamicMap rawData, T value) DynamicMap
Methods for filtering data as it is stored.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap(T value) DynamicMap
Parse for Json.
inherited
toString() String
A string representation of this object.
override

Operators

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