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