random property

int get random

返回 随机数 为0~(max-1)的随机数

Implementation

int get random => Random().nextInt(this);