ASWOption constructor
const
ASWOption({
- Map<
String, dynamic> ? query, - OnPercentage? onReceiveProgress,
- OnPercentage? onSendProgress,
- ASWHeader header = const ASWHeader.basic(),
- ASWResponseType responseType = const ASWResponseType.json(),
Implementation
const ASWOption({
this.query,
this.onReceiveProgress,
this.onSendProgress,
this.header = const ASWHeader.basic(),
this.responseType = const ASWResponseType.json(),
});