title property

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

Optional. Title of the chat.

Implementation

@JsonKey(name: 'title')
String? get title;