data property

T? data
final

Optional app domain metadata carried alongside the event (#77), typed T. The package never reads it — it threads it through so custom event/chip builders and the host callbacks get the typed value back. null when no payload is supplied (and always null for an untyped T == dynamic entry that omits it).

Implementation

final T? data;