getImage method

String getImage()

Implementation

String getImage() {
  return images[getInt(max: images.length)];
}