GeneralAsset class Null safety

Implementers

Constructors

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

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

assetType(String assetType) GeneralAsset
cloudConfig(CloudConfig cloudConfig) GeneralAsset
deliveryType(String deliveryType) GeneralAsset
extension(String extension) GeneralAsset
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 non-existent 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