getQuery method

String? getQuery(
  1. String key
)

Get a specific query parameter

Implementation

String? getQuery(String key) => query[key];