initial property

ValueCell<T>? initial
final

The initial cell that the MetaCell points to.

If null the MetaCell initially doesn't point to any cell.

Implementation

final ValueCell<T>? initial;