imageIfAvailable property

Image? imageIfAvailable

Get Image for the object if available; otherwise null. If you want to ensure that the Image is available, call createImageIfNotAvailable.

Implementation

ui.Image? get imageIfAvailable;