common/src/serializable library

Classes

Equatable
Serializable
The class of types that are Serializable.
SerializableFor
Dart's type system is too rudimentary and still doesn't support abstract static interfaces.

Typedefs

JsonMap = Map<String, dynamic>