isSupport property

bool get isSupport

Indicates whether currently authenticated MyUser is a support.

Implementation

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