contentType property

  1. @JsonKey(name: "content_type")
  2. @HiveField(3)
String? contentType
final

content type of message

Implementation

@JsonKey(name: "content_type")
@HiveField(3)
final String? contentType;