Ide constructor

Ide({
  1. String? cUF,
  2. String? cNF,
  3. String? mod,
  4. String? nserieSAT,
  5. String? serie,
  6. String? dEmi,
  7. String? hEmi,
  8. String? cDV,
  9. String? tpAmb,
  10. String? cNPJ,
  11. String? signAC,
  12. String? assinaturaQRCODE,
  13. String? numeroCaixa,
  14. String? nNF,
  15. String? dhEmi,
  16. String? dataEmissao,
})

Implementation

Ide(
    {this.cUF,
    this.cNF,
    this.mod,
    this.nserieSAT,
    this.serie,
    this.dEmi,
    this.hEmi,
    this.cDV,
    this.tpAmb,
    this.cNPJ,
    this.signAC,
    this.assinaturaQRCODE,
    this.numeroCaixa,
    this.nNF,
    this.dhEmi,
    this.dataEmissao});