call<C extends Cell> method
dynamic
call<C extends Cell>(
- C cell
Returns the Unmodifiable of the Sync object.
Implementation
call<C extends Cell>(C cell) => cell.unmodifiable;
Returns the Unmodifiable of the Sync object.
call<C extends Cell>(C cell) => cell.unmodifiable;