toValue method
Implementation
String toValue() {
switch (this) {
case AuthorizerStatus.active:
return 'ACTIVE';
case AuthorizerStatus.inactive:
return 'INACTIVE';
}
}
String toValue() {
switch (this) {
case AuthorizerStatus.active:
return 'ACTIVE';
case AuthorizerStatus.inactive:
return 'INACTIVE';
}
}