Options constructor Null safety
Implementation
Options({
this.connectionTimeout = 10,
this.authenticationTimeout = 30,
this.fileTransferTimeout = 30,
this.typingIndicatorThrottle = 5,
this.useMemeberAsMessageSender = true,
this.websocketTimeout = 30,
this.includePollDetails = true,
});