toValue method
Implementation
String toValue() {
switch (this) {
case SelectiveAuth.enabled:
return 'Enabled';
case SelectiveAuth.disabled:
return 'Disabled';
}
}
String toValue() {
switch (this) {
case SelectiveAuth.enabled:
return 'Enabled';
case SelectiveAuth.disabled:
return 'Disabled';
}
}