environment property

Environment? environment
getter/setter pair

This is a field that can be used to capture information about the environment.

It is suggested for this field to contain information that details environment variables, filesystem information, and the present working directory. The recommended structure of this field is: "environment": { "custom_values": { "variables": "", "filesystem": "", "workdir": "", "": "..." } }

Implementation

Environment? environment;