Data class

Constructors

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})
Data.fromJson(Map<String, dynamic> json)

Properties

businessRegID int?
getter/setter pair
ebuilderToken String?
getter/setter pair
ebuilderUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isExternalProduct bool?
getter/setter pair
isInternalUrl int?
getter/setter pair
isSubscriptionOriented bool?
getter/setter pair
loadingName String?
getter/setter pair
profileID int?
getter/setter pair
profileName String?
getter/setter pair
r3APIToken String?
getter/setter pair
r3APIUrl String?
getter/setter pair
r3GrpCompanyGUID String?
getter/setter pair
r3Password String?
getter/setter pair
r3Url String?
getter/setter pair
r3UserGUID String?
getter/setter pair
r3UserName String?
getter/setter pair
relationID int?
getter/setter pair
roleTypeID int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sRoleTypeName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited