ContentPropertyExpandable constructor

ContentPropertyExpandable({
  1. String? content,
  2. String? additionalProperties,
})

Implementation

ContentPropertyExpandable({this.content, this.additionalProperties});