Info class
Constructors
- Info.new({required String? buildVersion, required String completeLedgers, required String hostId, required int initialSyncDurationUs, required int ioLatencyMs, required int jqTransOverflow, required LastClose lastClose, required int loadFactor, required int? networkId, required int peerDisconnects, required int peerDisconnectsResources, required int peers, required String pubkeyNode, required String serverState, required int serverStateDurationUs, required StateAccounting stateAccounting, required String time, required int uptime, required ValidatedLedger validatedLedger, required int validationQuorum})
-
Info.fromJson(Map<
String, dynamic> json) -
factory
Properties
- buildVersion → String?
-
final
- completeLedgers → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostId → String
-
final
- initialSyncDurationUs → int
-
final
- ioLatencyMs → int
-
final
- jqTransOverflow → int
-
final
- lastClose → LastClose
-
final
- loadFactor → int
-
final
- networkId → int?
-
final
- peerDisconnects → int
-
final
- peerDisconnectsResources → int
-
final
- peers → int
-
final
- pubkeyNode → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverState → String
-
final
- serverStateDurationUs → int
-
final
- stateAccounting → StateAccounting
-
final
- time → String
-
final
- uptime → int
-
final
- validatedLedger → ValidatedLedger
-
final
- validationQuorum → int
-
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