arr property

  1. @TagNumber(5)
List<Value> get arr

arr has an array value if the type is TYPE_ARR.

Implementation

@$pb.TagNumber(5)
$core.List<Value> get arr => $_getList(4);