outgoing property

bool get outgoing

Indicates whether the current authorized MyUser is the caller.

Implementation

bool get outgoing => _me.userId == caller?.id || caller == null;