name_ property

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

The name of the SCA device that you are registering. You can use it to help your users identify the device.

Implementation

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