key property

Expression<DriftAny> key

The JSON key under which this element can be found in its parent, or null if this is the root element.

Child elements of objects have a string key, elements in arrays are represented by their index.

Implementation

Expression<DriftAny> get key => _col('key');