nativeValue property

String get nativeValue

Implementation

String get nativeValue {
  switch (this) {
    case EpsonPrinterSeries.tmP80ii:
      return 'tmP80ii';
  }
}