clone method
Implementation
@Deprecated('Will be removed in a future version.')
SentryOperatingSystem clone() => SentryOperatingSystem(
name: name,
version: version,
build: build,
kernelVersion: kernelVersion,
rooted: rooted,
rawDescription: rawDescription,
theme: theme,
unknown: unknown,
);