ContentExpandable class

Constructors

ContentExpandable({String? childTypes, String? container, String? metadata, String? operations, String? children, String? restrictions, String? history, String? ancestors, String? body, String? version, String? descendants, String? space, String? extensions, String? schedulePublishDate, String? schedulePublishInfo, String? macroRenderedOutput})
ContentExpandable.fromJson(Map<String, Object?> json)
factory

Properties

ancestors String?
final
body String?
final
children String?
final
childTypes String?
final
container String?
final
descendants String?
final
extensions String?
final
hashCode int
The hash code for this object.
no setterinherited
history String?
final
macroRenderedOutput String?
final
metadata String?
final
operations String?
final
restrictions String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedulePublishDate String?
final
schedulePublishInfo String?
final
space String?
final
version String?
final

Methods

copyWith({String? childTypes, String? container, String? metadata, String? operations, String? children, String? restrictions, String? history, String? ancestors, String? body, String? version, String? descendants, String? space, String? extensions, String? schedulePublishDate, String? schedulePublishInfo, String? macroRenderedOutput}) ContentExpandable
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