CloudinaryResponse class

Constructors

CloudinaryResponse({int? statusCode, String? publicId, int? version, int? width, int? height, String? format, String? createdAt, String? resourceType, List? tags, int? bytes, String? type, String? etag, String? url, String? secureUrl, String? signature, String? originalFilename, String? result, String? error, Map<String, dynamic>? deleted, bool? partial})
CloudinaryResponse.fromError(String? error)
CloudinaryResponse.fromJsonMap(Map<String, dynamic> map)

Properties

bytes int?
getter/setter pair
cloudinaryImage CloudinaryImage?
no setter
createdAt String?
getter/setter pair
deleted Map<String, dynamic>?
getter/setter pair
error String?
getter/setter pair
etag String?
getter/setter pair
format String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
isResultOk bool
no setter
isSuccessful bool
no setter
originalFilename String?
getter/setter pair
partial bool?
getter/setter pair
publicId String?
getter/setter pair
resourceType String?
getter/setter pair
result String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureUrl String?
getter/setter pair
signature String?
getter/setter pair
statusCode int?
getter/setter pair
tags List?
getter/setter pair
type String?
getter/setter pair
url String?
getter/setter pair
version int?
getter/setter pair
width int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited