values property

Set of all values of CustomTabsNavigationEventType.

Implementation

static final Set<CustomTabsNavigationEventType> values = [
  CustomTabsNavigationEventType.ABORTED,
  CustomTabsNavigationEventType.FAILED,
  CustomTabsNavigationEventType.FINISHED,
  CustomTabsNavigationEventType.STARTED,
  CustomTabsNavigationEventType.TAB_HIDDEN,
  CustomTabsNavigationEventType.TAB_SHOWN,
].toSet();