isInt property

bool get isInt

Implementation

bool get isInt => type == ARG_TYPE_INT32 || type == ARG_TYPE_INT64;