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