conversationId property
- @JsonKey.new(name: "conversation_id", fromJson: idFromJson)
- @HiveField.new(6)
final
id of the conversation the message belongs to
Implementation
@JsonKey(name: "conversation_id", fromJson: idFromJson)
@HiveField(6)
final int? conversationId;