containsNumber method

bool containsNumber()

Implementation

bool containsNumber() => RegExp('[0-9]').hasMatch(this ?? '');