IFFR<T> class abstract

Implementers

Constructors

IFFR()

Properties

code String?
状态码
getter/setter pair
data ↔ T?
返回的data
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
haveNext bool?
是否有下一页
getter/setter pair
msg String?
提示语
getter/setter pair
originalData ↔ dynamic
原始数据
getter/setter pair
responseHeader Map<String, dynamic>?
response header
getter/setter pair
rStatus RStatus?
api返回的数据状态
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
接口返回的时间戳 秒
getter/setter pair

Methods

containResponseHeader(String responseHeaderKey) bool
是否包含指定的key的响应头
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