data property

  1. @optional
ByteData? data
getter/setter pair

Binary data associated with the event.

This is provided for the event kinds:

  • HeapSnapshot

Implementation

@optional
ByteData? data;