email property
dynamic
email
getter/setter pair
One or more email address belonging to the User. The email addresses will be used for {@link https://talkjs.com/docs/Features/Notifications/Email_Notifications/index.html | Email Notifications} if they are enabled.
Implementation
external dynamic /*String|List<String>|Null*/ email;