data property Null safety

ByteData? data
optional">@optionalread / write

Binary data associated with the event.

This is provided for the event kinds:

  • HeapSnapshot

Implementation

@optional
ByteData? data;