isNum property

bool get isNum

Returns true if type is num.

Implementation

bool get isNum => _typeWrapper.isNum;