toValue method
Implementation
String toValue() {
switch (this) {
case PolicyType.inline:
return 'INLINE';
case PolicyType.managed:
return 'MANAGED';
}
}
String toValue() {
switch (this) {
case PolicyType.inline:
return 'INLINE';
case PolicyType.managed:
return 'MANAGED';
}
}