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