isCpf property

bool get isCpf

Discover if the String is a CPF number

Implementation

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