Token constructor

Token({
  1. BankAccount? bankAccount,
  2. CreditCard? card,
  3. double? created,
  4. bool? livemode,
  5. String? tokenId,
})

Implementation

Token({this.bankAccount, this.card, this.created, this.livemode, this.tokenId});