isValid method

bool isValid(
  1. dynamic cpf
)

Implementation

bool isValid(cpf) => CpfValidator.check(cpf);