AttachDocument.body constructor

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

Implementation

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