Data class

Constructors

Data({int? userID, int? statusID, String? firstName, String? gUID, int? roleTypeID, String? roleTypeName, String? defaultPage, String? area, String? roleTypeGUID, int? isLogin, int? branchID, String? tPIRegGUID})
Data.fromJson(Map<String, dynamic> json)

Properties

area String?
getter/setter pair
branchID int?
getter/setter pair
defaultPage String?
getter/setter pair
firstName String?
getter/setter pair
gUID String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLogin int?
getter/setter pair
roleTypeGUID String?
getter/setter pair
roleTypeID int?
getter/setter pair
roleTypeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusID int?
getter/setter pair
tPIRegGUID String?
getter/setter pair
userID int?
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