additionalFragments property

  1. @TagNumber(3)
List<AdditionalFragment> get additionalFragments

additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.

Implementation

@$pb.TagNumber(3)
$core.List<AdditionalFragment> get additionalFragments => $_getList(2);