toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final connection = this.connection;
  final endpoint = this.endpoint;
  final maxBatchingRows = this.maxBatchingRows;
  final remoteModelVersion = this.remoteModelVersion;
  final remoteServiceType = this.remoteServiceType;
  final speechRecognizer = this.speechRecognizer;
  return {
    'connection': ?connection,
    'endpoint': ?endpoint,
    'maxBatchingRows': ?maxBatchingRows,
    'remoteModelVersion': ?remoteModelVersion,
    'remoteServiceType': ?remoteServiceType,
    'speechRecognizer': ?speechRecognizer,
  };
}