CldAsset class

Inheritance

Constructors

CldAsset(String publicId, {CloudConfig? cloudConfig, UrlConfig? urlConfig, String? version, String? extension, String? urlSuffix, String? assetType, String? deliveryType, String? signature, TransformationObject? transformation})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

assetType(String assetType) GeneralAsset
inherited
cloudConfig(CloudConfig cloudConfig) GeneralAsset
inherited
deliveryType(String deliveryType) GeneralAsset
inherited
extension(String extension) GeneralAsset
inherited
getAssetType() String?
inherited
getCloudConfig() CloudConfig?
inherited
getDeliveryType() String?
inherited
getExtension() String?
inherited
getPublicId() String?
inherited
getSignature() String?
inherited
getTransformation() TransformationObject?
inherited
getUrlConfig() UrlConfig?
inherited
getUrlSuffix() String?
inherited
getVersion() String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publicId(String publicId) GeneralAsset
inherited
signature(String signature) GeneralAsset
inherited
toString() String
A string representation of this object.
override
transformation(Transformation transformation) GeneralAsset
inherited
urlConfig(UrlConfig urlConfig) GeneralAsset
inherited
urlSuffix(String urlSuffix) GeneralAsset
inherited
version(String version) GeneralAsset
inherited

Operators

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