blockTypes constant

List<String> const blockTypes

List of all block type values

Implementation

static const List<String> blockTypes = [
  header1,
  header2,
  header3,
  header4,
  header5,
  header6,
  paragraph,
];