ModelInitialValue<T> class abstract

Base class for data to be passed to various ModelAdapter data.

You can parse for Json by using toMap.

各種ModelAdapterdataに渡すデータの基底クラス。

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

Implementers
Available Extensions

Constructors

ModelInitialValue()
Base class for data to be passed to various ModelAdapter data.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
Path to the collection itself.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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