FragmentStack class

Inheritance
Mixed-in types

Properties

active bool
no setterinherited
canRedo → LiveData<bool>
finalinherited
canUndo → LiveData<bool>
finalinherited
capacity int
getter/setter pairinherited
decode → StringDecode<FragmentEntry>
final
encode → StringEncode<FragmentEntry>
final
equality → Equality<FragmentEntry>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
history List<String>
no setteroverride
index int
getter/setter pairinherited
initialized bool
no setterinherited
length int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value FragmentEntry
getter/setter pairinherited
valueOrNull FragmentEntry?
no setterinherited
version int
no setterinherited

Methods

historyClear() → void
inherited
historyRedo() → void
inherited
historyReplace(FragmentEntry data, {int? index}) → void
inherited
historyUndo() → void
inherited
invalidate() → void
inherited
linkStream<X>(Stream<X> stream, [FutureOr<FragmentEntry> transform(X)?]) StreamSubscription<X>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeForever(Observer<FragmentEntry> onChanged, {Dispatcher? dispatcher}) → Disposable
inherited
onActive() → void
inherited
onInactive() → void
inherited
postValue(FutureOr<FragmentEntry> value) → void
inherited
removeObserver(Observer<FragmentEntry> onChanged) → void
inherited
restoreState(int index) → void
inherited
saveState() → void
inherited
setIndexInternal(int value) → void
override
toString() String
A string representation of this object.
inherited

Operators

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