currentShipworldEnvironment top-level property

Map<String, String> get currentShipworldEnvironment

Environment scoped to the current Shipworld operation.

Implementation

Map<String, String> get currentShipworldEnvironment =>
    Zone.current[_environmentZoneKey] as Map<String, String>? ??
    Platform.environment;