isNumeric property

bool get isNumeric

Implementation

bool get isNumeric => type == DataType.int || type == DataType.double;