content property

  1. @JsonKey()
  2. @HiveField(1)
String? content
final

text content of the message

Implementation

@JsonKey()
@HiveField(1)
final String? content;