tv property

Implementation

TvService get tv {
  assert(_configuration != null,
      "TmdbService not configured properly, please call initConfiguration or use the setter if you already have the object.");
  return _tv;
}