Role constructor
Role({})
Implementation
Role({
required this.id,
required this.name,
required this.color,
required this.hoist,
required this.position,
required this.permissions,
required this.managed,
required this.mentionable,
required this.flags,
required this.icon,
required this.unicodeEmoji,
});