writeToJsonMap method
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);
Returns the JSON encoding of this message as a Dart Map.
The encoding is described in GeneratedMessage.writeToJson
.
Map<String, dynamic> writeToJsonMap() => _writeToJsonMap(_fieldSet);