user_unauthorized property

String get user_unauthorized

The current user is not authorized to perform the requested action

Implementation

String get user_unauthorized {
  return Intl.message(
    'The current user is not authorized to perform the requested action',
    name: 'user_unauthorized',
    desc: '',
    args: [],
  );
}