intType function

DartType intType(
  1. AnalyzedClass analyzedClass
)

Returns an int type using the analyzedClass's context.

Implementation

DartType intType(AnalyzedClass analyzedClass) =>
    analyzedClass._typeProvider.intType;