CpfStrip constructor

const CpfStrip(
  1. String _cpf
)

Strips the CPF of its two dots '.' and hyphen '-'.

Implementation

const CpfStrip(this._cpf);