CpfVal class
CPF Validity — it checks the validity of the provided CPF.
Constructors
- CpfVal.new(String cpf)
- Validates both masked and non-masked (plain) CPF values.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited