document_invalid_structure property
String
get
document_invalid_structure
The document structure is invalid. Please ensure the attributes match the collection definition
Implementation
String get document_invalid_structure {
return Intl.message(
'The document structure is invalid. Please ensure the attributes match the collection definition',
name: 'document_invalid_structure',
desc: '',
args: [],
);
}