menu
dutato
presentation/providers/entitlement_providers.dart
OrgEntitlement
has method
has
dark_mode
light_mode
description
has
method
bool
has
(
String
key
)
Implementation
bool has(String key) { final value = entitlements[key]; return value is bool && value; }
dutato
entitlement_providers
OrgEntitlement
has method
OrgEntitlement class