RxResult<T> class
create_user: zhengzaihong email:1096877329@qq.com create_date: 2023/9/14 create_time: 16:21 describe: 响应结果包装类
Constructors
- RxResult.new({T? value, SourcesType model = SourcesType.net})
-
factory
- RxResult.error(Object error)
-
factory
Properties
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