values constant

Implementation

static const $core.List<MethodOptions_IdempotencyLevel> values =
    <MethodOptions_IdempotencyLevel>[
  IDEMPOTENCY_UNKNOWN,
  NO_SIDE_EFFECTS,
  IDEMPOTENT,
];