key property

String? key
getter/setter pair

Key is used to retrieve the corresponding property value.

This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.

Implementation

core.String? key;