image property

Image image

Returns image representation of this snapshot.

Implementation

ui.Image get image {
  assert(!_disposed);
  assert(isImage);
  return _image!;
}