getInt method

int getInt(
  1. String key
)

Implementation

int getInt(String key) => this[key] as int;