getRandomShort property

double getRandomShort

Implementation

double get getRandomShort => random.nextDouble() * 100 + 50;