InputPort constructor
InputPort({})
Implementation
InputPort({
required this.type,
required this.name,
required this.label,
this.hidePort = false,
this.controls = const [],
});
InputPort({
required this.type,
required this.name,
required this.label,
this.hidePort = false,
this.controls = const [],
});