TvExternalIdsParams constructor

TvExternalIdsParams({
  1. required int tvId,
})

Implementation

TvExternalIdsParams({
  required this.tvId,
});