isInt property

bool get isInt

Return true iff this JSON value is a int.

Implementation

bool get isInt => value is int;