settings property
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;
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
.
final List<YamlMap> settings;