fields property

Map<String, Value>? fields
getter/setter pair

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

core.Map<core.String, Value>? fields;