PixelBinImage constructor
PixelBinImage({})
Implementation
PixelBinImage({
required this.imagePath,
required this.cloudName,
this.zone,
this.worker = false,
List<TransformationData>? transformations,
this.host = "cdn.pixelbin.io",
this.version = "v2",
}) : transformations = transformations ?? [];