Role constructor

Role(
  1. Snowflake _id,
  2. String _label,
  3. int _color,
  4. bool _hoist,
  5. String? _icon,
  6. String? _unicodeEmoji,
  7. int _position,
  8. int _permissions,
  9. bool _managed,
  10. bool _mentionable,
  11. Tag? _tags,
  12. GuildRoleManager _manager,
)

Implementation

Role(this._id, this._label, this._color, this._hoist, this._icon, this._unicodeEmoji, this._position, this._permissions, this._managed, this._mentionable, this._tags, this._manager);