key property

dynamic key
latefinal

Key that uniquely identifies this cell.

Since DependentCell is a stateless cell that always computes its value when referenced, this just ensures that DependentCell's with the same key compare equal under ==.

Implementation

late final dynamic key;