HDM constructor

const HDM({
  1. required _StorageHolder child,
  2. HDMMain? app,
})

Implementation

const HDM({required this.child, this.app});