VOID_BLOCKS constant

List<BLOCKS> const VOID_BLOCKS

Array of all void block types

Implementation

static const List<BLOCKS> VOID_BLOCKS = [
  BLOCKS.HR,
  BLOCKS.EMBEDDED_ENTRY,
  BLOCKS.EMBEDDED_ASSET,
];