PersonResponse class
The response for a single person
Constructors
- PersonResponse({int? httpStatusCode, Person? person, String? requestedResourceName, Status? status})
- PersonResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpStatusCode ↔ int?
-
DEPRECATED (Please use status instead)
HTTP 1.1 status code.
getter/setter pair
- person ↔ Person?
-
The person.
getter/setter pair
- requestedResourceName ↔ String?
-
The original requested resource name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
The status of the response.
getter/setter pair
Methods
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited