BLOCKS class
Map of all Contentful block types. Blocks contain inline or block nodes.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic index) → dynamic
Constants
- DOCUMENT → const BLOCKS
- EMBEDDED_ASSET → const BLOCKS
- EMBEDDED_ENTRY → const BLOCKS
- HEADING_1 → const BLOCKS
- HEADING_2 → const BLOCKS
- HEADING_3 → const BLOCKS
- HEADING_4 → const BLOCKS
- HEADING_5 → const BLOCKS
- HEADING_6 → const BLOCKS
- HR → const BLOCKS
- LIST_ITEM → const BLOCKS
- OL_LIST → const BLOCKS
- PARAGRAPH → const BLOCKS
- QUOTE → const BLOCKS
- UL_LIST → const BLOCKS