Generator<T> typedef

Generator<T> = T Function(Random random)

Implementation

typedef Generator<T> = T Function(Random random);