isMine property

bool get isMine

checks if message belongs to contact making the request

Implementation

bool get isMine => messageType == 0;