ProData class

Represents the profile data.

Constructors

ProData({String? email, String? image, String? mobileNumber, String? name, String? nickName, String? status})
Initializes a new instance of the ProData class.
ProData.fromJson(Map<String, dynamic> json)
Converts a JSON object into a ProData instance.
factory

Properties

email String?
The email of the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
The image of the user.
getter/setter pair
mobileNumber String?
The mobile number of the user.
getter/setter pair
name String?
The name of the user.
getter/setter pair
nickName String?
The nickname of the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the user.
getter/setter pair

Methods

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

Operators

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