writeToJsonMap method Null safety
inherited
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);