CnpjVal class
CNPJ Validity — it checks the validity of the provided CNPJ.
Constructors
- CnpjVal.new(String cnpj)
- Validates both masked and non-masked (plain) CNPJ 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