$type property

  1. @JsonKey(name: CLASS_IDENTIFIER)
String? $type
getter/setter pair

The runtime class name (type) of this object. Used for deserialization from JSON objects.

Implementation

@JsonKey(name: CLASS_IDENTIFIER)
String? $type;