SentryApp constructor

const SentryApp({
  1. String? name,
  2. String? version,
  3. String? identifier,
  4. String? build,
  5. String? buildType,
  6. DateTime? startTime,
  7. String? deviceAppHash,
  8. int? appMemory,
  9. bool? inForeground,
  10. List<String>? viewNames,
  11. double? textScale,
})

Implementation

const SentryApp({
  this.name,
  this.version,
  this.identifier,
  this.build,
  this.buildType,
  this.startTime,
  this.deviceAppHash,
  this.appMemory,
  this.inForeground,
  this.viewNames,
  this.textScale,
});