GeneralAsset constructor
GeneralAsset([
- CloudConfig? _cloudConfig,
- UrlConfig? _urlConfig,
- String? _version,
- String? _publicId,
- String? _extension,
- String? _urlSuffix,
- String? _assetType,
- String? _deliveryType,
- String? _signature,
- TransformationObject? _transformation,
Implementation
GeneralAsset(
[this._cloudConfig,
this._urlConfig,
this._version,
this._publicId,
this._extension,
this._urlSuffix,
this._assetType,
this._deliveryType,
this._signature,
this._transformation]);