link method
Links another cell to this one
Parameters:
cell
: The cell to link
Returns true if linking succeeded (passed test rules)
Implementation
bool link(L cell) => _properties.synapses.link(cell, host: this);
Links another cell to this one
Parameters:
cell
: The cell to linkReturns true if linking succeeded (passed test rules)
bool link(L cell) => _properties.synapses.link(cell, host: this);