build_in_progress property
String
get
build_in_progress
Build with the requested ID is already in progress. Please wait before you can retry
Implementation
String get build_in_progress {
return Intl.message(
'Build with the requested ID is already in progress. Please wait before you can retry',
name: 'build_in_progress',
desc: '',
args: [],
);
}