Data class

Constructors

Data({String? userName, int? userID, String? gUID, String? sSessionID, String? firstName, String? email, String? phone, String? password, String? lastName, bool? isAdmin, bool? isSuperUser, List<ZHolderSubCompanies>? zHolderSubCompanies})
Data.fromJson(Map<String, dynamic> json)

Properties

email String?
getter/setter pair
firstName String?
getter/setter pair
gUID String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAdmin bool?
getter/setter pair
isSuperUser bool?
getter/setter pair
lastName String?
getter/setter pair
password String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sSessionID String?
getter/setter pair
userID int?
getter/setter pair
userName String?
getter/setter pair
zHolderSubCompanies List<ZHolderSubCompanies>?
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