ContentBodyExpandable constructor

ContentBodyExpandable({
  1. String? content,
  2. String? embeddedContent,
  3. String? webresource,
  4. String? mediaToken,
})

Implementation

ContentBodyExpandable(
    {this.content, this.embeddedContent, this.webresource, this.mediaToken});