ManMessagePort constructor

ManMessagePort({
  1. required String action,
  2. ManReques? download,
})

Implementation

ManMessagePort({required this.action, this.download});