values constant

List<ShardSnapshotPriority> const values

Implementation

static const $core.List<ShardSnapshotPriority> values = <ShardSnapshotPriority> [
  ShardSnapshotPriorityNoSync,
  ShardSnapshotPrioritySnapshot,
  ShardSnapshotPriorityReplica,
  ShardSnapshotPriorityShardTransfer,
];