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