isInt property

bool isInt

Returns true if type is int.

Implementation

bool get isInt => _typeWrapper.isInt;