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