settings property

List<YamlMap> settings
final

The user's settings for this runtime.

This is a list of settings, from most global to most specific, that will eventually be merged using CustomizablePlatform.mergePlatformSettings.

Implementation

final List<YamlMap> settings;