jsonType property
Return the __type
to be used for JSON serialization of this class.
Default is runtimeType. Only specify this if you need another type.
Implementation
String get jsonType => runtimeType.toString();
Return the __type
to be used for JSON serialization of this class.
Default is runtimeType. Only specify this if you need another type.
String get jsonType => runtimeType.toString();