S3RemoveManyResult class

The result returned by the Storage S3 plugin removeMany API.

Constructors

S3RemoveManyResult({required List<S3Item> removedItems, List<Error> errors = const []})
The result returned by the Storage S3 plugin removeMany API.
const

Properties

errors List<Error>
The errors that occurred when removing the specified items.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
removedItems List<S3Item>
The removed objects of the StorageRemoveManyOperation.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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