EmbedUri constructor

EmbedUri({
  1. String? uri,
})

Implementation

EmbedUri({
  this.uri,
});