int property

Generator<int> int

A generator that returns ints.

Implementation

Generator<core.int> get int => intInRange(null, null);