hasQuery method

bool hasQuery(
  1. String name
)

Implementation

bool hasQuery(String name) => queryParameters.containsKey(name);