isInt property

bool isInt

Implementation

bool get isInt => int.tryParse(this) != null;