clone method

Implementation

SentryOperatingSystem clone() => SentryOperatingSystem(
      name: name,
      version: version,
      build: build,
      kernelVersion: kernelVersion,
      rooted: rooted,
      rawDescription: rawDescription,
    );