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