values constant Null safety

List<MethodOptions_IdempotencyLevel> const values

Implementation

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