allowedChars property

RegExp allowedChars
final

The allowedChars contains RegExp for allowable phone number characters.

Implementation

final RegExp allowedChars = RegExp(r'[\d+]');