Data constructor

Data({
  1. int? userID,
  2. int? statusID,
  3. String? firstName,
  4. String? gUID,
  5. int? roleTypeID,
  6. String? roleTypeName,
  7. String? defaultPage,
  8. String? area,
  9. String? roleTypeGUID,
  10. int? isLogin,
  11. int? branchID,
  12. String? tPIRegGUID,
})

Implementation

Data(
    {this.userID,
      this.statusID,
      this.firstName,
      this.gUID,
      this.roleTypeID,
      this.roleTypeName,
      this.defaultPage,
      this.area,
      this.roleTypeGUID,
      this.isLogin,
      this.branchID,
      this.tPIRegGUID});