toValue method
Implementation
String toValue() {
switch (this) {
case BackfillMode.automatic:
return 'AUTOMATIC';
case BackfillMode.manual:
return 'MANUAL';
}
}
String toValue() {
switch (this) {
case BackfillMode.automatic:
return 'AUTOMATIC';
case BackfillMode.manual:
return 'MANUAL';
}
}