ImageData.createEmpty constructor

ImageData.createEmpty()

Implementation

factory ImageData.createEmpty(){
  return ImageData();
}