BLOCKS class

Map of all Contentful block types. Blocks contain inline or block nodes.

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
no setter

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

Static Properties

items List<BLOCKS>
no setter

Static Methods

fromKey(String key) BLOCKS?
fromValue(String value) BLOCKS?

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