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