hasNumeric method

bool hasNumeric(
  1. String str
)

Implementation

bool hasNumeric(String str) => str.contains(RegExp(_hasNumberRegex));