deviceName property

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

Name that identifies the terminal.

Implementation

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