Config constructor
Implementation
const Config({
required this.nick,
this.username,
this.realname,
this.password,
this.sasl,
this.retention,
this.alt_nicks,
});
const Config({
required this.nick,
this.username,
this.realname,
this.password,
this.sasl,
this.retention,
this.alt_nicks,
});