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

analytics ↔ Analytics
getter/setter pairinherited
config ↔ CloudinaryConfig
getter/setter pairinherited
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(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