fetch method

  1. @override
Future<Guild> fetch({
  1. bool? withCounts,
})
override

Fetch this entity from the API.

Implementation

@override
Future<Guild> fetch({bool? withCounts}) => manager.fetch(id, withCounts: withCounts);