BaseAsset class Null safety

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
read / write
cloudConfig CloudConfig
read / write
deliveryType String?
read / write
extension String?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
publicId String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
signature String?
read / write
transformation TransformationObject?
read / write
urlConfig UrlConfig
read / write
urlSuffix String?
read / write
version String?
read / write

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 non-existent 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