NamedUri constructor

NamedUri(
  1. Uri uri, {
  2. String? name,
})

Implementation

NamedUri(this.uri, {this.name});