IsolateModel constructor

IsolateModel(
  1. Request request, {
  2. String requestParamName = 'data',
  3. String? url,
  4. Encoding? encoding,
  5. Map<String, String>? headers,
  6. Duration? timeLimit,
  7. OnTimeout? onTimeout,
  8. bool? encrypt,
  9. bool isPrivate = false,
})

Implementation

IsolateModel(
  this.request, {
  this.requestParamName = 'data',
  this.url,
  this.encoding,
  this.headers,
  this.timeLimit,
  this.onTimeout,
  this.encrypt,
  this.isPrivate = false,
});