conversationId property

  1. @JsonKey(name: "conversation_id", fromJson: idFromJson)
  2. @HiveField(6)
int? conversationId
final

id of the conversation the message belongs to

Implementation

@JsonKey(name: "conversation_id", fromJson: idFromJson)
@HiveField(6)
final int? conversationId;