isPassport property
bool
get
isPassport
Discover if the String is a passport number
Implementation
bool get isPassport => GetUtils.isPassport(this);
Discover if the String is a passport number
bool get isPassport => GetUtils.isPassport(this);