CloudinaryImage class

The object image representation of a Cloudinary image which allows you to apply transformations to the image url.

Constructors

CloudinaryImage(String url)
CloudinaryImage.fromPublicId(String cloudName, String publicId)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pathStart String
latefinal
publicId String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
transform() CloudinaryTransformation

Operators

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