HtechPayResponse constructor

HtechPayResponse({
  1. required bool isSuccess,
  2. required HtechPayPayloadResponse payload,
})

Implementation

HtechPayResponse({required this.isSuccess, required this.payload});