SentryRuntime constructor
const
SentryRuntime({})
Implementation
const SentryRuntime({
this.key,
this.name,
this.version,
this.compiler,
this.rawDescription,
this.build,
this.unknown,
}) : assert(key == null || key.length >= 1);