values constant

List<BlockMsgType> const values

Implementation

static const $core.List<BlockMsgType> values = <BlockMsgType>[
  BLK_CONNECTED,
  BLK_DISCONNECTED,
  BLK_FINALIZED,
  BLK_INVALIDATED,
];