CpfStrip constructor
const
CpfStrip(
- String _cpf
Strips the CPF of its two dots '.' and hyphen '-'.
Implementation
const CpfStrip(this._cpf);
Strips the CPF of its two dots '.' and hyphen '-'.
const CpfStrip(this._cpf);