RxState<T> class

Lớp RxState để quản lý trạng thái

Constructors

RxState(T initialValue)
Constructor, nhận giá trị mặc định

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<T>
Stream để lắng nghe giá trị thay đổi
no setter
value ↔ T
Lấy giá trị hiện tại của state
getter/setter pair

Methods

dispose() → void
Hủy state, giải phóng tài nguyên
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset state về giá trị mặc định
toString() String
A string representation of this object.
inherited
updateAsync(Future<T> futureCallback()) Future<void>
Cập nhật giá trị từ Future (bất đồng bộ)

Operators

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