CheckoutTokenResponse constructor Null safety

CheckoutTokenResponse(
  1. String? name,
  2. int? expiryMonth,
  3. int? expiryYear,
  4. String? token,
  5. String? expiresOn,
  6. String? scheme,
  7. String? lastFour,
  8. String? bin,
  9. String? cardType,
  10. String? cardCategory,
  11. String? issuer,
  12. String? issuerCountry,
  13. String? productID,
  14. String? productType,
  15. {String? type = CheckoutTokenResponse.CARD,
  16. CheckoutBillingAddress? billingAddress,
  17. CheckoutPhone? phone}
)