ModelDateConverter class

ModelFieldValueConverter to enable automatic conversion of ModelDate as ModelFieldValue.

ModelDateModelFieldValueとして自動変換できるようにするためのModelFieldValueConverter

Inheritance
Available Extensions
Annotations

Constructors

ModelDateConverter()
ModelFieldValueConverter to enable automatic conversion of ModelDate as ModelFieldValue.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of class being handled.
no setteroverride

Methods

check(Object? value) bool
Returns true if the given value type matches type.
inherited
fromJson(Map<String, Object?> map) ModelDate
Converts map decoded from Json to T.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(ModelDate value) Map<String, Object?>
Convert T values to Map that can be encoded in Json.
override
toString() String
A string representation of this object.
inherited

Operators

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