BaseAsset.fromParameters constructor Null safety

BaseAsset.fromParameters(
  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
)

Implementation

BaseAsset.fromParameters(
    this.cloudConfig,
    this.urlConfig,
    this.version,
    this.publicId,
    this.extension,
    this.urlSuffix,
    this.assetType,
    this.deliveryType,
    this.signature);