core.Map<core.String, core.dynamic> toJson() => { if (delivery != null) 'delivery': delivery!, if (dineIn != null) 'dineIn': dineIn!, if (takeout != null) 'takeout': takeout!, };