MetaCell<T> constructor

MetaCell<T>({
  1. dynamic key,
})

Create a cell that points to another cell.

The created cell is identified by key if it is non-null.

Implementation

MetaCell({super.key});