SvsImageInfo constructor
SvsImageInfo({})
Creates an SvsImageInfo instance.
Implementation
SvsImageInfo({
required this.width,
required this.height,
this.tileWidth,
this.tileHeight,
this.compression,
required this.properties,
this.type,
this.displayColor,
this.downsample,
});