data property

Map<String, Object?> data
final

Arbitrary, loosely-typed metadata travelling with the node. Prefer value for the primary payload; use this for incidental flags.

Implementation

final Map<String, Object?> data;