parameters property

  1. @TagNumber.new(2)
PbList<SystemParameter> get parameters

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.

Implementation

@$pb.TagNumber(2)
$pb.PbList<SystemParameter> get parameters => $_getList(1);