isPassport property

bool isPassport

Discover if the String is a passport number

Implementation

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