isInt function

bool isInt(
  1. DartType t
)

Implementation

bool isInt(DartType t) => t.isDartCoreInt;