hasParam method

bool hasParam(
  1. String key
)

Implementation

bool hasParam(String key) => queryParams.containsKey(key);