XCloudResponse<T> class
Properties
-
code
→ int
-
param1, 当 code>=0 时 代表成功返回
final
-
commandId
→ int
-
final
-
data
→ T
-
返回给上传的数据, 可能为 Map ,可能为基础数据类型
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
success
→ bool
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override