MutableLiveData<T> class
Constructors
- MutableLiveData({T? initialValue})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T?
-
getter/setter pairinherited
Methods
-
dispose(
) → void -
inherited
-
hasObservers(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
inherited
-
observe(
void listener(T?)) → void -
inherited
-
postValue(
T? newValue) → void -
removeAllObservers(
) → void -
inherited
-
removeObserver(
void listener(T?)) → void -
inherited
-
setValue(
T? newValue) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited