setInt method

void setInt(
  1. String key,
  2. int value
)

Implementation

void setInt(String key, int value) {
  _params[key] = value;
}