hasReadAck property Null safety

bool hasReadAck
read / write

Whether the recipient has read the message.

  • true: Yes.
  • false: No.

Implementation

bool hasReadAck = false;