entries property

  1. @TagNumber.new(1)
PbList<MapValue_Entry> get entries

The set of map entries.

CEL has fewer restrictions on keys, so a protobuf map represenation cannot be used.

Implementation

@$pb.TagNumber(1)
$pb.PbList<MapValue_Entry> get entries => $_getList(0);