hasNumber property

bool get hasNumber

Implementation

bool get hasNumber => RegExp(r'[0-9]').hasMatch(this);