isSupport property

bool get isSupport

Indicates whether currently authenticated MyUser is a support.

Implementation

bool get isSupport => _auth.userId?.isSupport == true;