Proposal class
- Inheritance
-
- Object
- Store<
String, ProposalStruct> - Proposal
Properties
- core → ICore
-
finalinherited
-
fromJson
→ StoreObjFromJson<
ProposalStruct> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
→ List<
String> -
no setterinherited
- length → int
-
no setterinherited
- logger → Logger
-
finalinherited
-
map
→ Map<
String, ProposalStruct> -
finalinherited
- name → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageKey → String
-
no setterinherited
- storagePrefix → String
-
finalinherited
-
toJson
→ StoreObjToJson<
ProposalStruct> -
finalinherited
-
values
→ List<
ProposalStruct> -
no setterinherited
- version → String
-
finalinherited
Methods
-
delete(
String key, ErrorResponse reason) → Future< void> -
inherited
-
get(
String key) → ProposalStruct -
inherited
-
getAll(
[ProposalStruct? filter]) → List< ProposalStruct> -
inherited
-
init(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, ProposalStruct value) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
String key, ProposalStruct update(ProposalStruct V)) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited