SentryBrowser constructor

const SentryBrowser({
  1. String? name,
  2. String? version,
})

Creates an instance of SentryBrowser.

Implementation

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