CardToken constructor

CardToken({
  1. required String token,
})

Implementation

CardToken({
  required this.token,
});