GeneralAsset class abstract

Implementers

Constructors

GeneralAsset([CloudConfig? _cloudConfig, UrlConfig? _urlConfig, String? _version, String? _publicId, String? _extension, String? _urlSuffix, String? _assetType, String? _deliveryType, String? _signature, TransformationObject? _transformation, Analytics? _analytics])

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

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

Operators

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