isIntType property

bool get isIntType

Returns true if type is int.

Implementation

bool get isIntType => type == int;