isInt method

bool isInt(
  1. String key
)

Implementation

bool isInt(String key) => _map[key] is NitroAnyInt;