AttachDocument constructor

const AttachDocument({
  1. required String target,
  2. Map<String, String>? attributes,
  3. List<Component>? children,
})

Implementation

const AttachDocument({required this.target, this.attributes, this.children});