ResponseModel class

FnPanel

Response包装类

Constructors

ResponseModel(String url, int? statusCode, String? statusMessage, Map<String, dynamic> headers, dynamic data, int timestamp)

Properties

data ↔ dynamic
Response Data
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
Response Headers
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
Status Code
getter/setter pair
statusMessage String?
Status Message
getter/setter pair
timestamp int
timestamp
getter/setter pair
url String
URL
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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