systemProperties property

Map<String, String>? systemProperties
getter/setter pair

Map of selected system properties name and value related to the device.

This information is only available if systemPropertiesEnabled is true in the device's policy.

Implementation

core.Map<core.String, core.String>? systemProperties;