general_route_not_found property
String
get
general_route_not_found
The requested route was not found. Please refer to the API docs and try again
Implementation
String get general_route_not_found {
return Intl.message(
'The requested route was not found. Please refer to the API docs and try again',
name: 'general_route_not_found',
desc: '',
args: [],
);
}