menu
blayz_pay package
documentation
gaj_model/request_manager.dart
ApiCallRecord
ApiCallRecord.new constructor
ApiCallRecord.new constructor
dark_mode
light_mode
ApiCallRecord
constructor
ApiCallRecord
(
String
callName
,
String
apiUrl
,
Map
<
String
,
dynamic
>
headers
,
Map
<
String
,
dynamic
>
params
,
String
?
body
,
BodyType
?
bodyType
,
)
Implementation
ApiCallRecord(this.callName, this.apiUrl, this.headers, this.params, this.body, this.bodyType);
blayz_pay package
documentation
gaj_model/request_manager
ApiCallRecord
ApiCallRecord.new constructor
ApiCallRecord class