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