image static method

String image(
  1. String imageName
)

A string representing the action of calling an image object.

This doesn't create a new image object nor check if the image exists. If the image doesn't exist, this action will be ignored in runtime.

Implementation

static String image(String imageName) => "IMG_$imageName";