StreamParameter class
Properties
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.