isRemoteRead property Null safety

bool? isRemoteRead
read / write

Check whether the message sent by the current user is read The current message is of NIMSessionType.p2p type and NIMMessageDirection.outgoing is set to true.

Implementation

bool? isRemoteRead;