create abstract method

Future<Role> create(
  1. Object guildId,
  2. String name,
  3. List<Permission> permissions,
  4. Color color,
  5. bool hoist,
  6. bool mentionable,
  7. String? reason,
)

Implementation

Future<Role> create(
  Object guildId,
  String name,
  List<Permission> permissions,
  Color color,
  bool hoist,
  bool mentionable,
  String? reason,
);