Node constructor
Node({})
Implementation
Node({
required this.seed,
this.connections = 0,
this.lastblock = 0,
this.pendings = 0,
this.delta = 0,
this.branch = "",
this.version = "",
this.lastblockhash = "",
this.headershash = "",
this.sumaryhash = "",
this.utcTime = 0,
});