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