GeneralAsset constructor

GeneralAsset([
  1. CloudConfig? _cloudConfig,
  2. UrlConfig? _urlConfig,
  3. String? _version,
  4. String? _publicId,
  5. String? _extension,
  6. String? _urlSuffix,
  7. String? _assetType,
  8. String? _deliveryType,
  9. String? _signature,
  10. TransformationObject? _transformation,
  11. Analytics? _analytics,
])

Implementation

GeneralAsset(
    [this._cloudConfig,
    this._urlConfig,
    this._version,
    this._publicId,
    this._extension,
    this._urlSuffix,
    this._assetType,
    this._deliveryType,
    this._signature,
    this._transformation,
    this._analytics]);