DataProfile class
Constructors
-
DataProfile({String? masterUserId, String? groupId, String? name, String? userName, String? email, String? contactNo, String? birthdate, String? isActive, String? accountName, String? type, String? logo, String? profileImage, String? logoGet, String? profileImageGet, String? subscriptionPlan, String? gender, String? companyName})
-
-
DataProfile.fromJson(dynamic json)
-
Methods
-
copyWith({String? masterUserId, String? groupId, String? name, String? userName, String? email, String? contactNo, String? birthdate, String? isActive, String? accountName, String? type, String? logo, String? profileImage, String? logoGet, String? profileImageGet, String? subscriptionPlan, String? gender, String? companyName})
→ DataProfile
-
-
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