menu
dutato
domain/entities/admin_grant.dart
AdminGrant
targetLabel property
targetLabel
dark_mode
light_mode
description
targetLabel
property
String
get
targetLabel
Implementation
String get targetLabel => targetUserId != null ? 'User: $targetUserId' : 'Org: $targetOrgId';
dutato
admin_grant
AdminGrant
targetLabel property
AdminGrant class