Node constructor
const
Node({})
Implementation
const factory Node({
bool? authorized,
bool? available,
double? averageAvailability,
String? firstPublicKey,
String? geoPatch,
String? ip,
String? lastPublicKey,
String? networkPatch,
int? port,
String? rewardAddress,
int? enrollmentDate,
int? authorizationDate,
}) = _Node;