isSupport property

bool get isSupport

Indicates whether currently authenticated MyUser is a User-support.

Implementation

bool get isSupport => me?.isSupport == true;