CnpjCpfFormatter constructor

CnpjCpfFormatter({
  1. EDocumentType eDocumentType = EDocumentType.BOTH,
})

Implementation

CnpjCpfFormatter({
  this.eDocumentType = EDocumentType.BOTH,
});