toValue method
Implementation
String toValue() {
switch (this) {
case Type.account:
return 'ACCOUNT';
case Type.organization:
return 'ORGANIZATION';
}
}
String toValue() {
switch (this) {
case Type.account:
return 'ACCOUNT';
case Type.organization:
return 'ORGANIZATION';
}
}