isOutbox property

bool get isOutbox

Whether the message is out.

Implementation

bool get isOutbox => checkBoolUtil(message['out'] as int)!;