Normalizable class abstract

Anything that can be normalized to a map.

Constructors

Normalizable()

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
toJson() Map<String, dynamic>
Returns a map of properties.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

toJsonList(Iterable<Normalizable> items, {bool growable = false}) List<Map<String, dynamic>>
Runs toJson on items.
toJsons(Iterable<Normalizable> items) Iterable<Map<String, dynamic>>
Runs toJson on items.