FakeRescueStore class

A rescue store exposing its backing map + write log for assertions.

Inheritance

Constructors

FakeRescueStore([Map<String, String>? seed])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writes List<String>
final

Methods

delete(String key) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future<String?>
inherited
toString() String
A string representation of this object.
inherited
write(String key, String value) Future<void>
override

Operators

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