attribute_not_available property
String
get
attribute_not_available
The requested attribute is not yet available. Please try again later
Implementation
String get attribute_not_available {
return Intl.message(
'The requested attribute is not yet available. Please try again later',
name: 'attribute_not_available',
desc: '',
args: [],
);
}