BaseStorage class abstract

Use this as base class to implement different storage backends.

Implementers

Constructors

BaseStorage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String key, Duration duration) → IpItem
getItem(String key) → IpItem?
getItems() List<IpItem>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) → void
removeAll() → void
resetAll(Duration duration) → void
resetIp(String key, Duration duration) → void
toString() String
A string representation of this object.
inherited
updateCount(String key) → void

Operators

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