APIRequestInfoObj constructor
APIRequestInfoObj({})
Constructor for the APIRequestInfoObj class.
Initializes the class with the provided details for the API call.
Implementation
APIRequestInfoObj({
this.requestType = HTTPRequestType.post,
this.parameter,
this.headers,
this.docList = const [],
required this.url,
this.serviceName = "",
this.timeSecond = 90,
});