ServerInfo constructor
ServerInfo({})
Implementation
ServerInfo({
required this.name,
required this.members,
required this.owner,
required this.bumps,
required this.tags,
required this.links,
this.avatar,
this.shortDescription,
this.longDescription,
this.badge
});