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