Token constructor

Token({
  1. CreateCardOpts? card,
  2. double? created,
  3. bool? livemode,
  4. String? tokenId,
})

Implementation

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