isUnread property

  1. @JsonKey(name: 'unread')
bool isUnread
inherited

Is the conversation currently marked as unread?

Implementation

@JsonKey(name: 'unread')
bool get isUnread => throw _privateConstructorUsedError;