isIntType property

bool isIntType

Returns true if type is int.

Implementation

bool get isIntType => type == int;