isMagickWand method
Returns true if this wand is verified as a magick wand. For example, after calling destroyMagickWand on this wand, then this method will return false.
Implementation
bool isMagickWand() => _magickWandBindings.IsMagickWand(_wandPtr).toBool();