ArriResultOk<T> class

Implemented types

Constructors

ArriResultOk(T _data)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isErr bool
no setteroverride
isOk bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unwrap → T
no setteroverride
unwrapErr ArriError?
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unwrapOr(T fallback) → T
override

Operators

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