call<C extends Cell> method

dynamic call<C extends Cell>(
  1. C cell
)

Returns the Unmodifiable of the Sync object.

Implementation

call<C extends Cell>(C cell) => cell.unmodifiable;