subject property

  1. @JsonKey(name: 'subject')
String? get subject
inherited

Conversation subject

Implementation

@JsonKey(name: 'subject')
String? get subject => throw _privateConstructorUsedError;