holdsA<T> method

bool holdsA<T>()

Returns true if the instance of ConstantReader represents an object of type T.

Implementation

bool holdsA<T>() => isMatch(dartType, T);