isInt property

bool get isInt

Checks if the given this is a Int.

Implementation

bool get isInt => equals(Int);