isUnread property

bool? get isUnread

Property getter and setter for isUnread:

Implementation

bool? get isUnread;
set isUnread (bool? isUnread)

Implementation

set isUnread(bool? isUnread);