BaseAsset class abstract

Implementers

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)

Properties

assetType String
getter/setter pair
cloudConfig CloudConfig
getter/setter pair
deliveryType String?
getter/setter pair
extension String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publicId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
getter/setter pair
transformation TransformationObject?
getter/setter pair
urlConfig UrlConfig
getter/setter pair
urlSuffix String?
getter/setter pair
version String?
getter/setter pair

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

Operators

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