title property

String get title

Implementation

String get title => switch (name) {
      'single' => 'Print 1 tem / row',
      'double' => 'Print 2 tem / row',
      'triple' => 'Print 3 tem / row',
      _ => '',
    };