SentryOperatingSystem constructor

const SentryOperatingSystem({
  1. String? name,
  2. String? version,
  3. String? build,
  4. String? kernelVersion,
  5. bool? rooted,
  6. String? rawDescription,
})

Implementation

const SentryOperatingSystem({
  this.name,
  this.version,
  this.build,
  this.kernelVersion,
  this.rooted,
  this.rawDescription,
});