clone method
Implementation
SentryRuntime clone() => SentryRuntime(
key: key,
name: name,
version: version,
compiler: compiler,
rawDescription: rawDescription,
build: build,
unknown: unknown,
);
SentryRuntime clone() => SentryRuntime(
key: key,
name: name,
version: version,
compiler: compiler,
rawDescription: rawDescription,
build: build,
unknown: unknown,
);