isImage property
      
      bool
      get
      isImage
      
    
    
Returns whether this is image backed widget snapshot.
Implementation
bool get isImage {
  assert(!_disposed);
  return _image != null;
}Returns whether this is image backed widget snapshot.
bool get isImage {
  assert(!_disposed);
  return _image != null;
}