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