GooglePayOpenSuccess constructor

GooglePayOpenSuccess(
  1. {required String token,
  2. required String description,
  3. required String cardNetwork,
  4. required String cardTail}
)

Implementation

GooglePayOpenSuccess({
  required this.token,
  required this.description,
  required this.cardNetwork,
  required this.cardTail,
});