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