GooglePayTokenizationRequest constructor

GooglePayTokenizationRequest({
  1. String? type,
  2. required GoogleTokenData tokenData,
})

Implementation

GooglePayTokenizationRequest({
  this.type,
  required this.tokenData,
});