ReadAllSuccessEvent<Key extends Object, Options> class
Read all values successfully.
- Implemented types
-
- RxStorageLoggerEvent<
Key, Options>
- RxStorageLoggerEvent<
Constructors
-
ReadAllSuccessEvent.new(List<
KeyAndValue< all, Options? options)Key, Object?> > - Construct a ReadAllSuccessEvent.
Properties
-
all
→ List<
KeyAndValue< Key, Object?> > -
All values read from storage.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → Options?
-
The options.
final
- 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