items property

  1. @TagNumber(1)
List<String> items

Array of query results, as JSON strings

Implementation

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