installation_not_found property

String get installation_not_found

Installation with the requested ID could not be found. Check to see if the ID is correct, or create the installation

Implementation

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