ContentBodyValue class

Constructors

ContentBodyValue({ContentBody? view, ContentBody? exportView, ContentBody? styledView, ContentBody? storage, ContentBody? wiki, ContentBody? editor, ContentBody? editor2, ContentBody? anonymousExportView, ContentBody? atlasDocFormat, ContentBody? dynamic$, ContentBody? raw, ContentBodyValueExpandable? expandable})
ContentBodyValue.fromJson(Map<String, Object?> json)
factory

Properties

anonymousExportView ContentBody?
final
atlasDocFormat ContentBody?
final
dynamic$ ContentBody?
final
editor ContentBody?
final
editor2 ContentBody?
final
expandable ContentBodyValueExpandable?
final
exportView ContentBody?
final
hashCode int
The hash code for this object.
no setterinherited
raw ContentBody?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage ContentBody?
final
styledView ContentBody?
final
view ContentBody?
final
wiki ContentBody?
final

Methods

copyWith({ContentBody? view, ContentBody? exportView, ContentBody? styledView, ContentBody? storage, ContentBody? wiki, ContentBody? editor, ContentBody? editor2, ContentBody? anonymousExportView, ContentBody? atlasDocFormat, ContentBody? dynamic$, ContentBody? raw, ContentBodyValueExpandable? expandable}) ContentBodyValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited