TestRuns constructor

TestRuns({
  1. int? limit,
  2. _Links? links,
  3. int? offset,
  4. List<TestRun>? runs,
  5. int? size,
})

Implementation

TestRuns({
  this.limit,
  this.links,
  this.offset,
  this.runs,
  this.size,
});