token property

String? token

Payment token than you can use in payment by a cryptogram

Implementation

String? get token =>
    result!['paymentMethodData']['tokenizationData']['token'];