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