isCpf property
bool
get
isCpf
Discover if the String is a CPF number
Implementation
bool get isCpf => GetUtils.isCpf(this);
Discover if the String is a CPF number
bool get isCpf => GetUtils.isCpf(this);