DataCollection constructor

DataCollection({
  1. String? sr,
  2. String? lt,
  3. String? pv,
  4. String? pl,
  5. List<String?>? ia,
  6. List<String?>? mt,
  7. String? qp,
  8. String? bnd,
  9. String? pu,
  10. String? gps,
  11. String? uid,
  12. String? pd,
  13. String? hcd,
  14. Map<String, String>? el,
})

Implementation

DataCollection(
    {this.sr,
      this.lt,
      this.pv,
      this.pl,
      this.ia,
      this.mt,
      this.qp,
      this.bnd,
      this.pu,
      this.gps,
      this.uid,
      this.pd,
      this.hcd,
      this.el});