DynamicModelInitialCollection class

ModelInitialCollection using DynamicMap.

DynamicMapを利用したModelInitialCollection

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
Available Extensions

Properties

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

Methods

filterOnSave(DynamicMap rawData, DynamicMap 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(DynamicMap value) DynamicMap
Parse for Json.
override
toString() String
A string representation of this object.
inherited

Operators

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