putLong method

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

Implementation

putLong(String key, int value) {
  el[key] = value;
}