PortInstance constructor

PortInstance({
  1. required PortPrototype prototype,
  2. required PortState state,
  3. Offset offset = Offset.zero,
})

Implementation

PortInstance({
  required this.prototype,
  required this.state,
  this.offset = Offset.zero,
});