Node constructor Null safety
Implementation
Node({
this.authorized,
this.available,
this.averageAvailability,
this.firstPublicKey,
this.geoPatch,
this.ip,
this.lastPublicKey,
this.networkPatch,
this.port,
this.rewardAddress,
});
Node({
this.authorized,
this.available,
this.averageAvailability,
this.firstPublicKey,
this.geoPatch,
this.ip,
this.lastPublicKey,
this.networkPatch,
this.port,
this.rewardAddress,
});