containsDigit method

bool containsDigit()

Implementation

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