toValue method
Implementation
String toValue() {
switch (this) {
case AutomationType.crossAccount:
return 'CrossAccount';
case AutomationType.local:
return 'Local';
}
}
String toValue() {
switch (this) {
case AutomationType.crossAccount:
return 'CrossAccount';
case AutomationType.local:
return 'Local';
}
}