menu
chatwoot_flutter_sdk package
documentation
data/local/entity/chatwoot_message.dart
ChatwootMessage
id property
id property
dark_mode
light_mode
id
property
@JsonKey.new(fromJson: idFromJson)
@HiveField.new(0)
int
id
final
unique identifier of the message
Implementation
@JsonKey(fromJson: idFromJson) @HiveField(0) final int id;
chatwoot_flutter_sdk package
documentation
data/local/entity/chatwoot_message
ChatwootMessage
id property
ChatwootMessage class