putInt method

dynamic putInt(
  1. String key,
  2. int value
)

Implementation

putInt(String key, int value) {
  ei[key] = value;
}