StreamParameter class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The string value associated with each StreamParameter.
final

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

consensus → const StreamParameter
Represents a StreamParameter for consensus data.
ledger → const StreamParameter
Represents a StreamParameter for ledger data.
manifests → const StreamParameter
Represents a StreamParameter for manifests data.
peerStatus → const StreamParameter
Represents a StreamParameter for peer status data.
server → const StreamParameter
Represents a StreamParameter for server data.
transactions → const StreamParameter
Represents a StreamParameter for transactions data.
transactionsProposed → const StreamParameter
Represents a StreamParameter for proposed transactions data.
validations → const StreamParameter
Represents a StreamParameter for validations data.