AsyncContentBody constructor

AsyncContentBody({
  1. String? value,
  2. AsyncContentBodyRepresentation? representation,
  3. String? renderTaskId,
  4. String? error,
  5. AsyncContentBodyStatus? status,
  6. List<EmbeddedContent>? embeddedContent,
  7. WebResourceDependencies? webresource,
  8. AsyncContentBodyMediaToken? mediaToken,
  9. AsyncContentBodyExpandable? expandable,
  10. 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 ?? [];