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