isNum function

bool isNum(
  1. DartType t
)

Implementation

bool isNum(DartType t) => t.isDartCoreNum;