Data constructor

Data({
  1. int? profileID,
  2. String? profileName,
  3. int? businessRegID,
  4. String? r3UserName,
  5. String? r3UserGUID,
  6. String? r3Password,
  7. String? r3APIToken,
  8. String? r3Url,
  9. String? r3APIUrl,
  10. String? r3GrpCompanyGUID,
  11. int? roleTypeID,
  12. bool? isSubscriptionOriented,
  13. bool? isExternalProduct,
  14. String? sRoleTypeName,
  15. String? ebuilderUrl,
  16. String? ebuilderToken,
  17. String? loadingName,
  18. int? isInternalUrl,
  19. int? relationID,
})

Implementation

Data(
    {this.profileID,
      this.profileName,
      this.businessRegID,
      this.r3UserName,
      this.r3UserGUID,
      this.r3Password,
      this.r3APIToken,
      this.r3Url,
      this.r3APIUrl,
      this.r3GrpCompanyGUID,
      this.roleTypeID,
      this.isSubscriptionOriented,
      this.isExternalProduct,
      this.sRoleTypeName,
      this.ebuilderUrl,
      this.ebuilderToken,
      this.loadingName,
      this.isInternalUrl,
      this.relationID});