currentView property

String currentView

Implementation

String get currentView => _currentView;
void currentView=(String view)

Implementation

set currentView(String view) {
  _currentView = view;
  notifyListeners();
}