Map<String, dynamic> toJson() => { '__type': 'HWExpanded', 'leading': leading?.toJson(), 'trailing': trailing?.toJson(), 'center': center?.toJson(), 'bottom': bottom?.toJson(), };