PixelBinImage class

Constructors

PixelBinImage({required String imagePath, required String cloudName, String? zone, bool worker = false, List<TransformationData>? transformations, String host = "cdn.pixelbin.io", String version = "v2"})

Properties

cloudName String
final
encoded String
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
final
imagePath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformations List<TransformationData>
getter/setter pair
version String
final
worker bool
final
zone String?
final

Methods

addTransformation(TransformationData transformation) → void
addTransformations(List<TransformationData> transformations) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromUrl(String urlString) PixelBinImage?