asSnowflakes method

Iterable<Snowflake> asSnowflakes()

Returns Iterable of SnowflakeEntity as Iterable of IDs

Implementation

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