Serializers class abstract

The supported serialization types.

Constructors

Serializers()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

all → const List<int>
All supported serialization types.
json → const int
Enable a toJson method on the model class.
map → const int
Enable fromMap and toMap methods on the model class.
typescript → const int
Generate a TypeScript definition file (.d.ts) for use on the client-side.