image property

ImageProvider<Object> image

Implementation

ImageProvider get image => _images[_imageId];
void image= (ImageProvider<Object> image)

Implementation

set image(ImageProvider image) => _images[_imageId] = image;