toValue method
Implementation
String toValue() {
switch (this) {
case PolicyTemplateName.blankPolicy:
return 'BLANK_POLICY';
}
}
String toValue() {
switch (this) {
case PolicyTemplateName.blankPolicy:
return 'BLANK_POLICY';
}
}