isValidPan method

bool isValidPan()

Implementation

bool isValidPan() => Regrex.panRegrex.hasMatch(trim()) || trim().isEmpty;