operations property

  1. @TagNumber(9)
PbList<FFVariableOperation> get operations

Subsequent operations or fields done on the variable. For instance, if the variable is the ProfilePage's User's profilePic, source will be set to CLASS_PARAMETER, node_key set to the ProfilePage's node key, initial_parameter to the User document param, and then one reducer: User document's FFParameter for profilePic field (as a reducer).

Implementation

@$pb.TagNumber(9)
$pb.PbList<FFVariableOperation> get operations => $_getList(8);