Error<T> class

Inheritance

Constructors

Error(PlayxVersionUpdateError error)
const

Properties

error PlayxVersionUpdateError
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<S>({required PlayxVersionUpdateResult<S> success(Success<T> data), required PlayxVersionUpdateResult<S> error(Error<T> error)}) PlayxVersionUpdateResult<S>
inherited
mapAsync<S>({required Future<PlayxVersionUpdateResult<S>> success(Success<T> data), required Future<PlayxVersionUpdateResult<S>> error(Error<T> error)}) Future<PlayxVersionUpdateResult<S>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when({required dynamic success(T success), required dynamic error(PlayxVersionUpdateError error)}) PlayxVersionUpdateResult<T>
inherited

Operators

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