nonAlphaNumericRegex_ property

RegExp nonAlphaNumericRegex_
final

Implementation

final nonAlphaNumericRegex_ = RegExp(r'[^a-zA-Z0-9]');