DynamicContent constructor

DynamicContent(
  1. Map<String, dynamic> content,
  2. Content<DynamicContent>? schema,
  3. Nonce? nonce
)

Implementation

DynamicContent(this.content, this.schema, Nonce? nonce) : super(nonce);