json_serializable
library
Classes
-
JsonSerializable
-
Abstract class that identifies other classes being serializable as json.
Typedefs
-
JsonMap
= Map<String, dynamic>
-
A type definition for a map that represents the default JSON object type Map<String, dynamic>.
-
JsonMapObject
= Map<String, Object?>
-
A type definition for a map that represents a JSON map of Map<String, Object?>.