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