deviceModel property

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

The model name of the terminal.

Implementation

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