Data constructor
Data({
- int? profileID,
- String? profileName,
- int? businessRegID,
- String? r3UserName,
- String? r3UserGUID,
- String? r3Password,
- String? r3APIToken,
- String? r3Url,
- String? r3APIUrl,
- String? r3GrpCompanyGUID,
- int? roleTypeID,
- bool? isSubscriptionOriented,
- bool? isExternalProduct,
- String? sRoleTypeName,
- String? ebuilderUrl,
- String? ebuilderToken,
- String? loadingName,
- int? isInternalUrl,
- 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});