Output constructor

Output({
  1. String? uri,
})

Implementation

Output({
  this.uri,
});