$Source constructor

$Source({
  1. String? inputUri,
})

Implementation

$Source({
  this.inputUri,
});