CardTokenResponse constructor

CardTokenResponse({
  1. int? status,
  2. String? message,
  3. String? statusdescription,
  4. List<Result>? result,
})

Implementation

CardTokenResponse({
  this.status,
  this.message,
  this.statusdescription,
  this.result,
});