Data constructor

Data({
  1. int? regID,
  2. int? profileTypeID,
  3. int? regDt,
  4. String? regName,
  5. String? regGUID,
  6. int? rSNID,
  7. int? statusID,
  8. int? userID,
})

Implementation

Data(
    {this.regID,
      this.profileTypeID,
      this.regDt,
      this.regName,
      this.regGUID,
      this.rSNID,
      this.statusID,
      this.userID});