variable_already_exists property

String get variable_already_exists

Variable with the same ID already exists in this project. Try again with a different ID

Implementation

String get variable_already_exists {
  return Intl.message(
    'Variable with the same ID already exists in this project. Try again with a different ID',
    name: 'variable_already_exists',
    desc: '',
    args: [],
  );
}