type property

  1. @JsonKey(includeIfNull: false, toJson: _typeToJson)
String type
final

The message type.

Implementation

@JsonKey(includeIfNull: false, toJson: _typeToJson)
final String type;