static Timestamp fromJson(Map<String, dynamic> json) { return Timestamp( start: json['start'], end: json['end'], ); }