isNumber property

bool isNumber

Returns true if type is int, double or num.

Implementation

bool get isNumber => _typeWrapper.isNumber;