deviceId property

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

The unique identifier of the device used for provisioning the network token.

Implementation

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