Link constructor

Link({
  1. String? uri,
})

Implementation

Link({
  this.uri,
});