types property

Map<String, dynamic> types
getter/setter pair

Map of kind TypeName => TypeInterface. Holds all callbacks for (de)serialization of every registered type.

If the value stored is a string, it is treated as an alias.

Implementation

Map<String, dynamic> types = {};