model property

  1. @BuiltValueField.new(wireName: r'model')
String? get model

The model name of the terminal.

Implementation

@BuiltValueField(wireName: r'model')
String? get model;