HtechPayResponse constructor
HtechPayResponse({
- required bool isSuccess,
- required HtechPayPayloadResponse payload,
Implementation
HtechPayResponse({required this.isSuccess, required this.payload});