project_template_default_deletion property
String
get
project_template_default_deletion
You can't delete default template. If you are trying to reset your template changes, you can ignore this error as it's already been reset
Implementation
String get project_template_default_deletion {
return Intl.message(
'You can\'t delete default template. If you are trying to reset your template changes, you can ignore this error as it\'s already been reset',
name: 'project_template_default_deletion',
desc: '',
args: [],
);
}