args property

  1. @TagNumber(2)
Map<String, Expr> get args

Args is the list of arguments.

Implementation

@$pb.TagNumber(2)
$core.Map<$core.String, Expr> get args => $_getMap(1);