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