Proposals class

Implemented types

Constructors

Proposals(ICore core)

Properties

core ICore
final
data Map<String, ProposalData>
Stores map of topic to pairing info
getter/setter pair
dataStrings Map<String, String>
Stores map of topic to pairing info as json encoded string
getter/setter pair
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

Methods

delete(String topic) Future<void>
override
get(String topic) ProposalData?
override
getAll() List<ProposalData>
override
has(String topic) 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 topic, ProposalData 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