attribute_already_exists property
String
get
attribute_already_exists
Attribute with the requested ID already exists. Try again with a different ID or use unique() to generate a unique ID
Implementation
String get attribute_already_exists {
return Intl.message(
'Attribute with the requested ID already exists. Try again with a different ID or use unique() to generate a unique ID',
name: 'attribute_already_exists',
desc: '',
args: [],
);
}