collection_not_found property

String get collection_not_found

Collection with the requested ID could not be found

Implementation

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