Cloudinary class

Properties

config CloudinaryConfig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAgent String
getter/setter pair

Methods

image(String publicId) CldImage
Creates a new Image instance using the current configuration instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
raw(String publicId) CldAsset
Creates a new Raw instance using the current configuration instance.
toString() String
A string representation of this object.
inherited
video(String publicId) CldVideo
Creates a new Video instance using the current configuration instance.

Operators

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