searchParams property

Map<String, String> get searchParams

Returns the query parameters of this AT URI.

Returns an empty map if this AT URI has no query string.

Implementation

Map<String, String> get searchParams;