hasOwnerPermission property
bool
get
hasOwnerPermission
Implementation
bool get hasOwnerPermission {
if (isDev) return true;
final compneyID = compneyIdInUse;
if (compneyID == null) return false;
return isOwner(compneyID);
}