CloudinaryObject class
Helper class to help users define the Cloudinary object to be used with their widgets
- Inheritance
-
- Object
- Cloudinary
- CloudinaryObject
Constructors
- CloudinaryObject.fromCloudName({required String cloudName})
Properties
Methods
-
image(
String publicId) → CldImage -
Creates a new Image instance using the current configuration instance.
inherited
-
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.
inherited
-
setAnalytics(
Analytics analytics) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
video(
String publicId) → CldVideo -
Creates a new Video instance using the current configuration instance.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited