ContentExpandable constructor
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,
Implementation
ContentExpandable(
{this.childTypes,
this.container,
this.metadata,
this.operations,
this.children,
this.restrictions,
this.history,
this.ancestors,
this.body,
this.version,
this.descendants,
this.space,
this.extensions,
this.schedulePublishDate,
this.schedulePublishInfo,
this.macroRenderedOutput});