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