unlink method
Unlinks a previously linked cell
Parameters:
link
: The cell to unlink
Returns true if unlinking succeeded
Implementation
bool unlink(L link) => _properties.synapses.unlink(link);
Unlinks a previously linked cell
Parameters:
link
: The cell to unlinkReturns true if unlinking succeeded
bool unlink(L link) => _properties.synapses.unlink(link);