path property

String get path

Implementation

String get path => "/$_route";
set path (String tabName)

Implementation

set path(String tabName) {
  _route = tabName;
}