hasRead property
getter/setter pair
~english Whether the message is read.
true
: Yes.false
: No. ~end
~chinese 查看消息是否已读。
true
:是;false
:否。 ~end
Implementation
bool hasRead = false;
~english Whether the message is read.
true
: Yes.false
: No.
~end~chinese 查看消息是否已读。
true
:是;false
:否。
~endbool hasRead = false;