UrlMapTest constructor

UrlMapTest({
  1. String? description,
  2. String? expectedOutputUrl,
  3. int? expectedRedirectResponseCode,
  4. List<UrlMapTestHeader>? headers,
  5. String? host,
  6. String? path,
  7. String? service,
})

Implementation

UrlMapTest({
  this.description,
  this.expectedOutputUrl,
  this.expectedRedirectResponseCode,
  this.headers,
  this.host,
  this.path,
  this.service,
});