core.Map<core.String, core.dynamic> toJson() { final connectionType = this.connectionType; return {'connectionType': ?connectionType}; }