SentryBrowser constructor

const SentryBrowser({
  1. String? name,
  2. String? version,
  3. Map<String, dynamic>? unknown,
})

Creates an instance of SentryBrowser.

Implementation

const SentryBrowser({this.name, this.version, this.unknown});