NeuronLink constructor

NeuronLink(
  1. Offset offset,
  2. bool enabled
)

Implementation

NeuronLink(
  this.offset,
  this.enabled,
);