image property
      
      Image
      get
      image
      
    
    
Returns image representation of this snapshot.
Implementation
ui.Image get image {
  assert(!_disposed);
  assert(isImage);
  return _image!;
}
Returns image representation of this snapshot.
ui.Image get image {
  assert(!_disposed);
  assert(isImage);
  return _image!;
}