values property

Set<WindowType> values
final

Set of all values of WindowType.

Implementation

static final Set<WindowType> values = [
  WindowType.CHILD,
  WindowType.TABBED,
  WindowType.WINDOW,
].toSet();