ModelSearchConverter class

ModelFieldValueConverter to enable automatic conversion of ModelSearch as ModelFieldValue.

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

Inheritance
Available Extensions
Annotations

Constructors

ModelSearchConverter()
ModelFieldValueConverter to enable automatic conversion of ModelSearch 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) ModelSearch
Converts map decoded from Json to T.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(ModelSearch 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