Gets a query parameter as integer.
int? queryInt(String key, {int? defaultValue}) => _metadata.queryInt(key, defaultValue: defaultValue);