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