HydratedDelegate class abstract

HydratedDelegate abstract class

Implementers

Constructors

HydratedDelegate()

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
The method clear it's the type Future
get(String key) Future
The method get it's the type Future and receive the param key it`s the type String
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
toString() String
A string representation of this object.
inherited

Operators

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