uri property

Uri? get uri

Implementation

Uri? get uri => _uri;
set uri (Uri? value)

Implementation

set uri(Uri? value) {
  _uri = value;
}