randomNumber property

int get randomNumber

Implementation

static int get randomNumber => _random.nextInt(1 << 32) - (1 << 31);