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,
})

Implementation

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