isNumberOrBlank property

bool get isNumberOrBlank

Implementation

bool get isNumberOrBlank => isBlank || num.tryParse(this) != null;