MemoryHydratedDelegate class

Implemented types

Constructors

MemoryHydratedDelegate()

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

clear() Future<void>
The method clear it's the type Future
override
get(String key) Future
The method get it's the type Future and receive the param key it`s the type String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String key, dynamic value) Future
The method save it's the type Future and receive the params key it`s the type String and value it's the type dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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