values constant

List<IntentView> const values

Implementation

static const $core.List<IntentView> values = <IntentView>[
  INTENT_VIEW_UNSPECIFIED,
  INTENT_VIEW_PARTIAL,
  INTENT_VIEW_FULL,
];