toValue method
Implementation
String toValue() {
switch (this) {
case DashboardBehavior.enabled:
return 'ENABLED';
case DashboardBehavior.disabled:
return 'DISABLED';
}
}
String toValue() {
switch (this) {
case DashboardBehavior.enabled:
return 'ENABLED';
case DashboardBehavior.disabled:
return 'DISABLED';
}
}