values constant

List<RetrySemantic> const values

Implementation

static const $core.List<RetrySemantic> values = <RetrySemantic>[
  NotRetryable,
  Retryable,
];