uri property

Uri? uri
override

Implementation

Uri? get uri => redirects.isEmpty ? null : redirects.last.location;