RxResult<T> class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2023/9/14 create_time: 16:21 describe: await 响应结果包装类

Constructors

RxResult.new({T? value, SourcesType model = SourcesType.net, dynamic error, bool isError = false})

Properties

error ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isError bool
getter/setter pair
model SourcesType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T?
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