SmartRequest constructor
const
SmartRequest({})
Implementation
const SmartRequest({
required this.path,
this.method = 'GET',
this.data,
this.queryParameters,
this.headers,
this.timeout,
this.cancelToken,
this.isFormData = false,
});