ModelInitialDocument<T> class abstract

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.

各種ModelAdapterdataに渡すデータ。

pathにドキュメント自体のパスを指定し、valueに値を指定します。

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

Inheritance
Implementers
Available Extensions

Constructors

ModelInitialDocument(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 → T
Initial value.
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