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