Body class
The document body.
The body typically contains the full document contents except for headers, footers, and footnotes.
Constructors
-
Body({List<
StructuralElement> ? content}) - Body.fromJson(Map json_)
Properties
-
content
↔ List<
StructuralElement> ? -
The contents of the body.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited