unread property

bool? get unread

Implementation

bool? get unread => _$this._unread;
set unread (bool? unread)

Implementation

set unread(bool? unread) => _$this._unread = unread;