ImagekitResponse constructor

ImagekitResponse({
  1. String? fileId,
  2. String? name,
  3. int? size,
  4. VersionInfo? versionInfo,
  5. String? filePath,
  6. String? url,
  7. String? fileType,
  8. int? height,
  9. int? width,
  10. String? thumbnailUrl,
  11. List<AITags>? aITags,
})

Implementation

ImagekitResponse(
    {this.fileId,
    this.name,
    this.size,
    this.versionInfo,
    this.filePath,
    this.url,
    this.fileType,
    this.height,
    this.width,
    this.thumbnailUrl,
    this.aITags});