@override Map<String, dynamic> toJson() => { '__type': 'HWSizedBox', 'width': width, 'height': height, if (child != null) 'child': child!.toJson(), };