TestGridSessionArtifact constructor
TestGridSessionArtifact({
- String? filename,
- TestGridSessionArtifactType? type,
- String? url,
Implementation
TestGridSessionArtifact({
this.filename,
this.type,
this.url,
});