factory MeetingStillThereData.fromJson(Map<String, dynamic> json) { return MeetingStillThereData( timeRemaining: json['timeRemaining'] as int, ); }