magickGetFormat method
Returns the format of the magick wand.
Implementation
String magickGetFormat() =>
    _magickWandBindings.MagickGetFormat(_wandPtr).toNullableString()!;Returns the format of the magick wand.
String magickGetFormat() =>
    _magickWandBindings.MagickGetFormat(_wandPtr).toNullableString()!;