values constant

List<BlockIDFlag> const values

Implementation

static const $core.List<BlockIDFlag> values = <BlockIDFlag> [
  BLOCK_ID_FLAG_UNKNOWN,
  BLOCK_ID_FLAG_ABSENT,
  BLOCK_ID_FLAG_COMMIT,
  BLOCK_ID_FLAG_NIL,
];