TypeCheck typedef

TypeCheck = bool Function(DartType)

Implementation

typedef TypeCheck = bool Function(DartType);