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
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