currentShipworldEnvironment top-level property
Environment scoped to the current Shipworld operation.
Implementation
Map<String, String> get currentShipworldEnvironment =>
Zone.current[_environmentZoneKey] as Map<String, String>? ??
Platform.environment;