args property

  1. @TagNumber.new(3)
PbList<Expr> get args

The arguments.

Implementation

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