Person constructor
Implementation
const Person({
required this.nick,
required this.account,
required this.away,
required this.bot,
required this.username,
required this.host,
required this.realname,
required this.operator,
required this.metadata,
});