path property

String? path

Path of url

This is the same as the url WITHOUT the queryParameters

Implementation

String? get path => url != null ? Uri.parse(url!).path : null;