path property

String path

Implementation

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

Implementation

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