Masquerade constructor

const Masquerade({
  1. String? type,
  2. String? dir,
  3. String? url,
  4. bool? rewriteHost,
  5. bool? insecure,
  6. String? content,
  7. Map<String, String>? headers,
  8. int? statusCode,
})

Implementation

const factory Masquerade({
  String? type,
  String? dir,
  String? url,
  bool? rewriteHost,
  bool? insecure,
  String? content,
  Map<String, String>? headers,
  int? statusCode,
}) = _Masquerade;