value property

String? value
final

The value of the key-value pair. For environment variables, this is the value of the environment variable.

Implementation

final String? value;