repository_not_found property
String
get
repository_not_found
Repository with the requested ID could not be found. Check to see if the ID is correct, or create the repository
Implementation
String get repository_not_found {
return Intl.message(
'Repository with the requested ID could not be found. Check to see if the ID is correct, or create the repository',
name: 'repository_not_found',
desc: '',
args: [],
);
}