path property

  1. @override
String path
override

Path of url

This is the same as the url WITHOUT the queryParameters

Implementation

@override
String get path => Uri.parse(url).path;