isInt property

bool get isInt

Returns true if type is int.

Implementation

bool get isInt => _typeWrapper.isInt;