History constructor

History({
  1. String? displayName,
  2. String? historyId,
  3. String? name,
  4. String? testPlatform,
})

Implementation

History({
  this.displayName,
  this.historyId,
  this.name,
  this.testPlatform,
});