type property

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

The message type

Implementation

@JsonKey(
  includeIfNull: false,
  toJson: Serializer.readOnly,
)
final String type;