token property

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

The 16-digit token that you used to generate the encryptedPinBlock.

Implementation

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