ImageUploadResponse class
Response for the image upload endpoint.
Constructors
- ImageUploadResponse({required int id, required String uploadURL})
-
Creates a new image upload response.
const
-
ImageUploadResponse.fromJson(Map<
String, dynamic> json) -
Creates an image upload response from a JSON map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this response to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited