name property

String get name

Returns the name of the rename option.

Implementation

String get name {
  switch (this) {
    case CyflOemOption.targets:
      return 'targets';
    case CyflOemOption.value:
      return 'value';
    default:
      return '';
  }
}