availability property

List<String>? availability
getter/setter pair

Where this variable should be made available.

If left unspecified, will be available in both BUILD and BACKEND.

Optional.

Implementation

core.List<core.String>? availability;