TestGridSession constructor

TestGridSession({
  1. String? arn,
  2. double? billingMinutes,
  3. DateTime? created,
  4. DateTime? ended,
  5. String? seleniumProperties,
  6. TestGridSessionStatus? status,
})

Implementation

TestGridSession({
  this.arn,
  this.billingMinutes,
  this.created,
  this.ended,
  this.seleniumProperties,
  this.status,
});