ContentBodyValueExpandable class

Constructors

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

Properties

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

Methods

copyWith({String? editor, String? view, String? exportView, String? styledView, String? storage, String? editor2, String? anonymousExportView, String? atlasDocFormat, String? wiki, String? dynamic$, String? raw}) ContentBodyValueExpandable
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