shards property

List<int>? shards
final

The IDs of the shards to spawn by this client.

If this is not set, the client spawns all shards from 0 to totalShards.

Implementation

final List<int>? shards;