menu
easy_rxmvvm package
documentation
rxmvvm.dart
ViewModelStack<T extends ViewModel>
top property
top property
dark_mode
light_mode
top
property
T?
get
top
获取堆栈顶部的 ViewModel
Implementation
T? get top => _stack.isEmpty ? null : _stack.last;
easy_rxmvvm package
documentation
rxmvvm
ViewModelStack<T extends ViewModel>
top property
ViewModelStack class