ManMessagePort constructor

ManMessagePort({
  1. required String action,
  2. String url = '',
  3. String name = '',
})

Implementation

ManMessagePort({
  required this.action,
  this.url = '',
  this.name = '',
});