team_no_permission property

String get team_no_permission

No Permission

Implementation

String get team_no_permission {
  return Intl.message(
    'No Permission',
    name: 'team_no_permission',
    desc: '',
    args: [],
  );
}