@override Map<String, dynamic> toJson() => { '__type': 'HWStack', 'children': children.map((e) => e.toJson()).toList(), 'alignment': alignment.name, };