TopicMap class

Implemented types

Constructors

TopicMap(ICore core)

Properties

core ICore
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageKey String
no setteroverride
topicMap Map<String, String>
getter/setter pair

Methods

delete(String key) Future<void>
override
get(String key) String
override
has(String key) bool
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() Future<void>
override
restore() Future<void>
override
set(String key, String value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONTEXT → const String
VERSION → const String