FromJsonFactory class

A factory that holds fromJson functions to be used in JSON deserialization.

Constructors

FromJsonFactory()
factory

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

fromJson(Map<String, dynamic> json) Serializable?
Deserialize json based on its type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Serializable serializable, {String? type}) → void
Register a Serializable class which can be deserialized from JSON.
registerAll(List<Serializable> serializables) → void
Register all serializables.
toString() String
A string representation of this object.
inherited

Operators

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