ASWOption constructor

const ASWOption({
  1. Map<String, dynamic>? query,
  2. OnPercentage? onReceiveProgress,
  3. OnPercentage? onSendProgress,
  4. ASWHeader header = const ASWHeader.basic(),
  5. ASWResponseType responseType = const ASWResponseType.json(),
})

Implementation

const ASWOption({
  this.query,
  this.onReceiveProgress,
  this.onSendProgress,
  this.header = const ASWHeader.basic(),
  this.responseType = const ASWResponseType.json(),
});