isType method

bool isType(
  1. Type t
)

checks if valueTypes contains the input type

Implementation

bool isType(Type t) => valueTypes.contains(t);