values constant

List<Granularity> const values

Implementation

static const $core.List<Granularity> values = <Granularity>[
  GRANULARITY_UNSPECIFIED,
  GRANULARITY_SECOND,
  GRANULARITY_MINUTE,
  GRANULARITY_HOUR,
  GRANULARITY_DAY,
  GRANULARITY_WEEK,
  GRANULARITY_MONTH,
  GRANULARITY_5_MINUTES,
  GRANULARITY_15_MINUTES,
];