document_not_found property

String get document_not_found

Document with the requested ID could not be found

Implementation

String get document_not_found {
  return Intl.message(
    'Document with the requested ID could not be found',
    name: 'document_not_found',
    desc: '',
    args: [],
  );
}