collection_already_exists property

String get collection_already_exists

A collection with the requested ID already exists. Try again with a different ID or use unique() to generate a unique ID

Implementation

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