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