Retrieves all parameters as a map.
Returns a map containing all the parameters.
Map<String, dynamic> getParams() { return _params.fields; }