token property

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

The 16-digit token that you need to extract the encryptedPinBlock.

Implementation

@BuiltValueField(wireName: r'token')
String get token;