ContentBody constructor
ContentBody({
- required String value,
- required ContentBodyRepresentation representation,
- List<
EmbeddedContent> ? embeddedContent, - WebResourceDependencies? webresource,
- ContentBodyMediaToken? mediaToken,
- ContentBodyExpandable? expandable,
- GenericLinks? links,
Implementation
ContentBody(
{required this.value,
required this.representation,
List<EmbeddedContent>? embeddedContent,
this.webresource,
this.mediaToken,
this.expandable,
this.links})
: embeddedContent = embeddedContent ?? [];