static Timestamp? parse(Map<String, dynamic>? json) => json == null ? null : Timestamp._fromJson(json);