HLC constructor Null safety
Constructs an HLC from the given parameters.
Implementation
HLC({
required this.timestamp,
required this.count,
required this.node,
});
Constructs an HLC from the given parameters.
HLC({
required this.timestamp,
required this.count,
required this.node,
});