isUnread property

bool? isUnread

Property getter and setter for isUnread:

Implementation

bool? get isUnread;
void isUnread=(bool? isUnread)

Implementation

set isUnread(bool? isUnread);