isNumeric property

bool get isNumeric

Implementation

bool get isNumeric =>
    value.isNotNullOrEmpty && double.tryParse(value.value) != null;