AsyncContentBody constructor
AsyncContentBody({
- String? value,
- AsyncContentBodyRepresentation? representation,
- String? renderTaskId,
- String? error,
- AsyncContentBodyStatus? status,
- List<
EmbeddedContent> ? embeddedContent, - WebResourceDependencies? webresource,
- AsyncContentBodyMediaToken? mediaToken,
- AsyncContentBodyExpandable? expandable,
- GenericLinks? links,
Implementation
AsyncContentBody(
{this.value,
this.representation,
this.renderTaskId,
this.error,
this.status,
List<EmbeddedContent>? embeddedContent,
this.webresource,
this.mediaToken,
this.expandable,
this.links})
: embeddedContent = embeddedContent ?? [];