Constructors
-
BaseAsset.fromBuilder(GeneralAsset builder)
-
-
BaseAsset.fromConfig(CloudConfig cloudConfig, UrlConfig urlConfig)
-
-
BaseAsset.fromParameters(CloudConfig cloudConfig, UrlConfig urlConfig, String? version, String? publicId, String? extension, String? urlSuffix, String assetType, String? deliveryType, String? signature, Analytics? analytics)
-
Methods
-
finalizeResourceType(String? resourceType, String? type, String? urlSuffix, bool useRootPath, bool shorten)
→ String?
-
-
finalizeSource(String source, String? extension, String urlSuffix)
→ FinalizedSource
-
-
getTransformation()
→ TransformationObject?
-
-
getTransformationString()
→ String
-
-
hash(String input, String signatureAlgorithm)
→ List<int>?
-
Computes hash from input string using specified algorithm.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override
-
unsignedDownloadUrlPrefix(String? cloudName, bool privateCdn, String? cname, bool secure, String? secureDistribution)
→ String
-