KeyChain class
- Implemented types
Properties
- core → ICore
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keychain
↔ Map<
String, String> -
getter/setter pairoverride-getter
- logger → Logger
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageKey → String
-
no setter
- storagePrefix → String
-
final
- version → String
-
final
Methods
-
del(
String tag) → Future< void> -
override
-
get(
String tag) → String -
override
-
has(
String tag) → bool -
override
-
init(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String tag, String key) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited