build_not_ready property

String get build_not_ready

Build with the requested ID is building and not ready for execution

Implementation

String get build_not_ready {
  return Intl.message(
    'Build with the requested ID is building and not ready for execution',
    name: 'build_not_ready',
    desc: '',
    args: [],
  );
}