menu
htech_pay package
documentation
models/htech_pay_response.dart
HtechPayResponse
HtechPayResponse.new constructor
HtechPayResponse.new constructor
dark_mode
light_mode
HtechPayResponse
constructor
HtechPayResponse
(
{
required
bool
isSuccess
,
required
Map
<
String
,
dynamic
>
payload
,
})
Implementation
HtechPayResponse({required this.isSuccess, required this.payload});
htech_pay package
documentation
models/htech_pay_response
HtechPayResponse
HtechPayResponse.new constructor
HtechPayResponse class