uri property

  1. @override
Uri get uri
override

The uri of the request.

Implementation

@override
Uri get uri => (super.noSuchMethod(
      Invocation.getter(#uri),
      returnValue: _FakeUri_2(
        this,
        Invocation.getter(#uri),
      ),
    ) as Uri);