$RxWrapper<T> class

Constructors

$RxWrapper()
$RxWrapper.withRx(Rx<T> rx)
factory
$RxWrapper.withValue(T value)
factory

Properties

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

Methods

getRx() → Rx<T>
getValue() → T
getValueAndSetDefaultIfNotInit(T defaultValue) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(T value) → void
toString() String
A string representation of this object.
inherited
tryGetRx() → Rx<T>?
wasInit() bool

Operators

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

Static Methods

$wrapWithRxWrapperIfRx<U>(dynamic maybeRx) $RxWrapper<U>