clone method
Implementation
SentryApp clone() => SentryApp(
name: name,
version: version,
identifier: identifier,
build: build,
buildType: buildType,
startTime: startTime,
deviceAppHash: deviceAppHash,
appMemory: appMemory,
inForeground: inForeground,
viewNames: viewNames,
textScale: textScale,
unknown: unknown,
);