ProfileResponse class
- Inheritance
-
- Object
- ApiResponse
- ProfileResponse
Constructors
-
ProfileResponse({required Status status, Error? error, List<
ProfileResponseRecord> ? records}) -
ProfileResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
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