ResendEmailVerificationSerializer class
- Inheritance
- Object
- Serializer<
ResendEmailVerification> - ResendEmailVerificationSerializer
- Annotations
- @GenSerializer(nullableFields: true)
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
clone(
ResendEmailVerification object) → ResendEmailVerification -
Clone an object using the serializer
inherited
-
fromList(
List< Map> model) → List<ResendEmailVerification> -
inherited
-
fromMap(
Map map) → ResendEmailVerification -
/// To implement //////
Decodes model from Map
inherited
-
getJserDefault<
T> (String field) → T -
inherited
-
makeList(
) → List< ResendEmailVerification> -
inherited
-
modelType(
) → Type -
Return the Type handle by this Serializer
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toList(
List< ResendEmailVerification> model) → List<Map> -
inherited
-
toMap(
ResendEmailVerification model) → Map< String, dynamic> -
Encodes model to Map
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited