ProfileResponse class

Inheritance

Constructors

ProfileResponse({required Status status, Error? error, List<ProfileResponseRecord>? records})
ProfileResponse.fromJson(Map<String, dynamic> json)
factory

Properties

error Error?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
records List<ProfileResponseRecord>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
finalinherited

Methods

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

Operators

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