queryString property

String? queryString
final

The query string component of the URL.

If the query string is not declared and part of the url parameter, Sentry moves it to the query string.

Implementation

final String? queryString;