toValue method
Implementation
String toValue() {
switch (this) {
case Permission.ro:
return 'ro';
case Permission.rw:
return 'rw';
}
}
String toValue() {
switch (this) {
case Permission.ro:
return 'ro';
case Permission.rw:
return 'rw';
}
}