id property

  1. @JsonKey.new(fromJson: idFromJson)
  2. @HiveField.new(0)
int id
final

unique identifier of the message

Implementation

@JsonKey(fromJson: idFromJson)
@HiveField(0)
final int id;