VentSentryEvent constructor

VentSentryEvent({
  1. String? title,
  2. Map<String, dynamic>? data,
})

Creates a Sentry event with optional title and data.

Implementation

VentSentryEvent({this.title, this.data});