Returns true if the current user is an approver.
true
bool get isApprover => _user?.isApprover ?? false;