runtimes property
List<SentryRuntime>
get
runtimes
Describes an immutable list of runtimes in more detail (for instance if you have a Flutter application running on top of Android).
Implementation
List<SentryRuntime> get runtimes =>
List.unmodifiable(this[SentryRuntime.listType] ?? []);