key property

String key

This element's key, which is used to uniquely identify it among its siblings.

Not needed when children are passed variadically (as arguments to a factory, as opposed to items within a list/iterable).

See: reactjs.org/docs/reconciliation.html#keys.

Implementation

external String get key;