fields property

  1. @TagNumber(1)
Map<String, Value> fields

The map's fields.

The map keys represent field names. Field names matching the regular expression __.*__ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, Value> get fields => $_getMap(0);