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