isBaseUserOwner property
bool
get
isBaseUserOwner
Whether the base (Firebase-authenticated) user is the business owner. Returns false if no base session exists yet.
Implementation
bool get isBaseUserOwner => _baseSession?.userProfile.isOwner ?? false;