arr property

  1. @TagNumber(1)
List<Expr> get arr

Arr is an array.

Implementation

@$pb.TagNumber(1)
$core.List<Expr> get arr => $_getList(0);