formFactor property

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

The type of the device used for provisioning the network token. For example, phone, mobile_phone, watch, mobilephone_or_tablet, etc

Implementation

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