SentryBrowser constructor

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

Creates an instance of SentryBrowser.

Implementation

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