ImageCopy method

String ImageCopy(
  1. ImageBase<ImageBase> image
)

Implementation

String ImageCopy(
  ImageBase image,
) => 'ImageCopy($image)';