$rx<T> class

Inheritance

Constructors

$rx(T val, {String? ref, List<String>? tags})
factory
$rx.$ref(String ref)
factory
$rx.$refElse(String ref, T val, {List<String>? tags})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onChanged ← dynamic Function(T?, T?)
no getterinherited
ref String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pairinherited
value ↔ T?
getter/setter pairinherited

Methods

disposeSubs() → void
inherited
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

Static Methods

dispose(String? ref) → void