isNumber property

bool get isNumber

Implementation

bool get isNumber => value is num;