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