Request_Value enum

Inheritance

Constructors

Request_Value()
const

Values

echo → const Request_Value
flush → const Request_Value
info → const Request_Value
setOption → const Request_Value
initChain → const Request_Value
query → const Request_Value
beginBlock → const Request_Value
checkTx → const Request_Value
deliverTx → const Request_Value
endBlock → const Request_Value
commit → const Request_Value
listSnapshots → const Request_Value
offerSnapshot → const Request_Value
loadSnapshotChunk → const Request_Value
applySnapshotChunk → const Request_Value
notSet → const Request_Value

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Request_Value>
A constant List of the values in this enum, in order of their declaration.