name_ property

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

The name of the SCA device. You can show this name to your user to help them identify the device.

Implementation

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