asSnowflakes method

Iterable<Snowflake> asSnowflakes()

Returns Iterable of SnowflakeEntity as Iterable of IDs

Implementation

Iterable<Snowflake> asSnowflakes() => this.map((e) => e.id);