ContentChildTypeAttachment constructor

ContentChildTypeAttachment({
  1. required bool value,
  2. required GenericLinks links,
})

Implementation

ContentChildTypeAttachment({required this.value, required this.links});