BaseRequests constructor

BaseRequests({
  1. CustomRequestData? customData,
  2. RequestData? data,
  3. String? name,
  4. RequestApiHelperConfigData? changeConfig,
  5. BuildContext? contextBase,
  6. required RESTAPI type,
  7. bool? singleContextBase = false,
  8. OnUploadProgressCallback? onUploadProgress,
})

Implementation

BaseRequests({this.customData, this.data, this.name, this.changeConfig, this.contextBase, required this.type, this.singleContextBase = false, this.onUploadProgress}) : super(singleContext: singleContextBase, context: contextBase);