isPassport property
bool
get
isPassport
Checks if string is Passport No.
Implementation
bool get isPassport => matchesRegex(r'^(?!^0+$)[a-zA-Z0-9]{6,9}$');
Checks if string is Passport No.
bool get isPassport => matchesRegex(r'^(?!^0+$)[a-zA-Z0-9]{6,9}$');