CurlOptions constructor
const
CurlOptions({})
Creates a CurlOptions instance with the specified configuration.
All parameters are optional and have sensible defaults:
customOptions: empty list (no additional options)
Implementation
const CurlOptions({
this.insecure = false,
this.compressed = false,
this.verbose = false,
this.location = false,
this.maxTime,
this.customOptions = const [],
});