toPolicyTemplateName method
Implementation
PolicyTemplateName toPolicyTemplateName() {
  switch (this) {
    case 'BLANK_POLICY':
      return PolicyTemplateName.blankPolicy;
  }
  throw Exception('$this is not known in enum PolicyTemplateName');
}PolicyTemplateName toPolicyTemplateName() {
  switch (this) {
    case 'BLANK_POLICY':
      return PolicyTemplateName.blankPolicy;
  }
  throw Exception('$this is not known in enum PolicyTemplateName');
}