Sample constructor
Sample({
- String? arn,
- SampleType? type,
- String? url,
Implementation
Sample({
this.arn,
this.type,
this.url,
});
Sample({
this.arn,
this.type,
this.url,
});