ManMessagePort constructor
ManMessagePort({
- required String action,
- ManReques? download,
Implementation
ManMessagePort({required this.action, this.download});
ManMessagePort({required this.action, this.download});