isMine property
bool
get
isMine
checks if message belongs to contact making the request
Implementation
bool get isMine => messageType != 1;
checks if message belongs to contact making the request
bool get isMine => messageType != 1;