App constructor

App({
  1. int? startTime,
  2. String? bundleIdentifier,
  3. String? name,
  4. String? appId,
  5. String? version,
  6. String? release,
  7. String? platform,
  8. String? sdk,
  9. String? environment,
  10. String? sdkObsly,
  11. String? buildNumber,
})

Implementation

App({
  this.startTime,
  this.bundleIdentifier,
  this.name,
  this.appId,
  this.version,
  this.release,
  this.platform,
  this.sdk,
  this.environment,
  this.sdkObsly,
  this.buildNumber,
});