AttachDocument.html constructor

const AttachDocument.html({
  1. Map<String, String>? attributes,
  2. Key? key,
})

Implementation

const AttachDocument.html({this.attributes, super.key})
    : target = 'html',
      children = null;