project_already_exists property

String get project_already_exists

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

Implementation

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