user_not_found property
String
get
user_not_found
User with the requested ID could not be found
Implementation
String get user_not_found {
return Intl.message(
'User with the requested ID could not be found',
name: 'user_not_found',
desc: '',
args: [],
);
}