environment property

Map<String, String>? environment
final

A set of environment variables to be made visible to the process running the SystemVerilog simulator.

Implementation

final Map<String, String>? environment;