GooglePayResponse constructor

GooglePayResponse(
  1. String status,
  2. Map<String, dynamic>? result, {
  3. String? errorCode,
  4. String? errorMessage,
  5. String? errorDescription,
})

Implementation

GooglePayResponse(this.status, this.result,
    {this.errorCode, this.errorMessage, this.errorDescription});