values constant

Implementation

static const $core.List<FFConstantsVariable_ConstantValue> values =
    <FFConstantsVariable_ConstantValue>[
  CONSTANT_VALUE_UNDEFINED,
  EMPTY_STRING,
  TRUE,
  FALSE,
  NULL,
  BREAKPOINT_SMALL,
  BREAKPOINT_MEDIUM,
  BREAKPOINT_LARGE,
  INFINITY,
  EMPTY_LIST,
];