factory VectorClock.fromJson(Map<String, dynamic> json) { return VectorClock(Map<String, int>.from(json)); }