title property

String get title

Implementation

String get title {
  switch (this) {
    case HomePageSecondaryPanelTab.screenshot:
      return 'Screenshots';
    case HomePageSecondaryPanelTab.video:
      return 'Videos';
    case HomePageSecondaryPanelTab.rawLog:
      return 'Raw Logs';
    case HomePageSecondaryPanelTab.none:
      return 'None';
  }
}