dapData property

Event get dapData

Implementation

dap.Event get dapData {
  assert(json != null);
  return dap.Event.fromJson(json!['dapData']);
}