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