nextRandomForType static method

void nextRandomForType(
  1. ImageType type
)

Implementation

static void nextRandomForType(ImageType type) {
  return _images[type]!.nextRandom();
}