PortDebugInfo constructor

PortDebugInfo({
  1. required String name,
  2. required PortType type,
  3. required int handlerCount,
  4. required List<String> handlerFeatureNames,
})

Implementation

PortDebugInfo({
  required this.name,
  required this.type,
  required this.handlerCount,
  required this.handlerFeatureNames,
});