Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'height'] = this.height; json[r'width'] = this.width; return json; }