writeToJsonMap method

Map<String, dynamic> writeToJsonMap()
inherited

Returns the JSON encoding of this message as a Dart Map.

The encoding is described in GeneratedMessage.writeToJson.

Unknown field data, data for which there is no metadata for the associated field, will only be included if this message was deserialized from the same wire format.

Implementation

Map<String, dynamic> writeToJsonMap() => _writeToJsonMap(_fieldSet);