orderByRandom property

Iterable<T> get orderByRandom

Implementation

Iterable<T> get orderByRandom => orderBy((x) => randomInt(0, 9999));