isInt property

bool isInt

isInt

Returns true if the value is not null

Implementation

bool get isInt => this != null;