PixelBin class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

image({required String imagePath, required String cloud, String? zone, bool worker = false, List<TransformationData> transformations = const [], String host = "cdn.pixelbin.io", String version = "v2"}) PixelBinImage
imageFromUrl(String url) PixelBinImage?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload({required File file, required SignedDetails signedDetails, int chunkSize = 1024, int concurrency = 1}) Future<PixelBinImage?>

Operators

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

Static Properties

shared PixelBin
final