TestCaseHistory constructor

TestCaseHistory({
  1. List<History>? history,
  2. int? limit,
  3. Links? links,
  4. int? offset,
  5. int? size,
})

Implementation

TestCaseHistory({
  this.history,
  this.limit,
  this.links,
  this.offset,
  this.size,
});