movie property

MovieService movie

Implementation

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