Node class

Constructors

Node({bool? authorized, bool? available, double? averageAvailability, String? firstPublicKey, String? geoPatch, String? ip, String? lastPublicKey, String? networkPatch, int? port, String? rewardAddress})
Node.fromJson(Map<String, dynamic> json)
factory

Properties

authorized bool?
getter/setter pair
available bool?
getter/setter pair
averageAvailability double?
getter/setter pair
firstPublicKey String?
getter/setter pair
geoPatch String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
lastPublicKey String?
getter/setter pair
networkPatch String?
getter/setter pair
port int?
getter/setter pair
rewardAddress String?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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