DynamicModelInitialDocument class
ModelInitialDocument using DynamicMap.
DynamicMapを利用したModelInitialDocument。
Data to be passed to data
of various ModelAdapter.
Specify the path of the document itself in path and a value in value.
You can parse for Json by using toMap.
各種ModelAdapterのdata
に渡すデータ。
pathにドキュメント自体のパスを指定し、valueに値を指定します。
toMapを利用することでJson用にパースすることができます。
- Inheritance
-
- Object
- ModelInitialValue<
DynamicMap> - ModelInitialDocument<
DynamicMap> - DynamicModelInitialDocument
Constructors
- DynamicModelInitialDocument(String path, DynamicMap value)
-
ModelInitialDocument using DynamicMap.
const
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 → DynamicMap
-
Initial value.
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