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