CloudinaryResponse constructor

CloudinaryResponse({
  1. int? statusCode,
  2. String? publicId,
  3. int? version,
  4. int? width,
  5. int? height,
  6. String? format,
  7. String? createdAt,
  8. String? resourceType,
  9. List? tags,
  10. int? bytes,
  11. String? type,
  12. String? etag,
  13. String? url,
  14. String? secureUrl,
  15. String? signature,
  16. String? originalFilename,
  17. String? result,
  18. String? error,
  19. Map<String, dynamic>? deleted,
  20. bool? partial,
})

Implementation

CloudinaryResponse({
  this.statusCode,
  this.publicId,
  this.version,
  this.width,
  this.height,
  this.format,
  this.createdAt,
  this.resourceType,
  this.tags,
  this.bytes,
  this.type,
  this.etag,
  this.url,
  this.secureUrl,
  this.signature,
  this.originalFilename,
  this.result,
  this.error,
  this.deleted,
  this.partial,
});