access_denied property
String
get
access_denied
Access is permanently denied. Please give the appropriate permission to complete the process
Implementation
String get access_denied {
return Intl.message(
'Access is permanently denied. Please give the appropriate permission to complete the process',
name: 'access_denied',
desc: '',
args: [],
);
}