Cloudinary class Null safety

Constructors

Cloudinary()
Cloudinary.fromCloudName({required String cloudName, String? apiKey})
Cloudinary.fromConfiguration(CloudinaryConfig config)
Cloudinary.fromStringUrl(String cloudinaryUrl)

Properties

config CloudinaryConfig
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

image(String publicId) CldImage
Creates a new Image instance using the current configuration instance. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

Static Properties

userAgent String
read / write