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