build_not_found property

String get build_not_found

Build with the requested ID could not be found

Implementation

String get build_not_found {
  return Intl.message(
    'Build with the requested ID could not be found',
    name: 'build_not_found',
    desc: '',
    args: [],
  );
}