TestGridSessionArtifact constructor

TestGridSessionArtifact({
  1. String? filename,
  2. TestGridSessionArtifactType? type,
  3. String? url,
})

Implementation

TestGridSessionArtifact({
  this.filename,
  this.type,
  this.url,
});