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