hasRead property

bool hasRead
getter/setter pair

Whether the message is read.

  • true: Yes.
  • false: No.

Implementation

bool hasRead = false;