isPassport property

bool get isPassport

Discover if the String is a passport number

Implementation

bool get isPassport => GetUtils.isPassport(this);