Uri.getQueryValue

string getQueryValue(string queryKey)

Get the value associated with the query_key key. Will return null if the key has no value or if the key does not exist in the URI query table. Because null is returned for both missing keys and keys with no value, you should use [gst.uri.Uri.queryHasKey] to determine if a key is present in the URI query.

Parameters

queryKeyThe key to lookup.

Returns

The value for the given key, or null if not found.