writeToJsonMap method

Map<String, dynamic> writeToJsonMap()

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

The encoding is described in GeneratedMessage.writeToJson.

Implementation

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