environment property

String? environment
getter/setter pair

An abstract identifier that describes the environment or conditions under which the accessor is acting.

If it's not specified, it applies to all environments.

Implementation

core.String? environment;