CepStrip constructor

const CepStrip(
  1. String _cep
)

It strips the hyfen '-' from the CEP value.

Implementation

const CepStrip(this._cep);