ProfileUpdate class
Represents the profile update data.
Constructors
- ProfileUpdate({ProData? data, String? message, bool? status})
- Initializes a new instance of the ProfileUpdate class.
-
ProfileUpdate.fromJson(Map<
String, dynamic> json) -
Converts a JSON object into a ProfileUpdate instance.
factory
Properties
- data ↔ ProData?
-
The profile update data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The success/ error message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ bool?
-
The status of the profile update.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts a ProfileUpdate instance into a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited