isNum property

bool isNum

Returns true if type is num.

Implementation

bool get isNum => _typeWrapper.isNum;