isOpen method

bool isOpen(
  1. String route
)

Implementation

bool isOpen(String route)   => _tabs.any((t) => t.route == route);