TestClient constructor

TestClient(
  1. Application app, [
  2. Map<String, String>? headers
])

Implementation

TestClient(this.app, [Map<String, String>? headers])
  : _headers = {...?headers};