Isee constructor

Isee({
  1. String? data,
  2. bool? redditoEstero,
  3. String? protocollo,
  4. bool? nonDichiaro,
  5. double? valore,
  6. String? annoFisc,
})

Implementation

Isee({
  this.data,
  this.redditoEstero,
  this.protocollo,
  this.nonDichiaro,
  this.valore,
  this.annoFisc,
});