content property

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

text content of the message

Implementation

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