isCpf property

bool isCpf

Discover if the String is a CPF number

Implementation

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