core.Map<core.String, core.dynamic> toJson() => { if (condition != null) 'condition': condition!, if (event != null) 'event': event!, if (fulfillment != null) 'fulfillment': fulfillment!, };