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