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