valuesMap property

  1. @TagNumber(2)
PbMap<String, FFParameterValue> get valuesMap
  • @doc Map of the actual value of the environment value, keyed by key of each environment.

Implementation

@$pb.TagNumber(2)
$pb.PbMap<$core.String, FFParameterValue> get valuesMap => $_getMap(1);