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