currentComponentVersions property

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

A mapping of components to their currently-applied versions or other appropriate identifiers.

Implementation

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