clone method

SentryRuntime clone()

Implementation

SentryRuntime clone() => SentryRuntime(
      key: key,
      name: name,
      version: version,
      rawDescription: rawDescription,
    );