query method

String? query(
  1. String key
)

Get query parameter

Implementation

String? query(String key) => url.queryParameters[key];