getInstanceKey function
Returns the ReactElement.key associated with the specified instance
.
Implementation
dynamic getInstanceKey(ReactElement instance) => instance.key;
Returns the ReactElement.key associated with the specified instance
.
dynamic getInstanceKey(ReactElement instance) => instance.key;