NodeInfoApplicationVersion class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

NodeInfoApplicationVersion({required String version, String? name, String? serverName, String? clientName, String? commit, String? buildTags, String? go, List<String>? buildDeps})
Represents a response from the node_info endpoint from the blockchain.
NodeInfoApplicationVersion.fromJson(Map<String, dynamic> json)
factory

Properties

buildDeps List<String>?
final
buildTags String?
final
clientName String?
final
commit String?
final
go String?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverName String?
final
version String
final

Methods

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

Operators

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