environmentValues property

  1. @TagNumber(3)
PbList<FFEnvironmentValue> get environmentValues

@doc List of environment values in the project.

Implementation

@$pb.TagNumber(3)
$pb.PbList<FFEnvironmentValue> get environmentValues => $_getList(2);