shards property

Iterable<Shard> shards

List of shards

Implementation

Iterable<Shard> get shards => UnmodifiableListView(this._shards.values);