MovieListService constructor

MovieListService(
  1. BuildContext _context,
  2. Widget _child,
  3. UserProfileService _userProfileService
)

Creates a new MovieListService instance.

Implementation

MovieListService(this._context, this._child, this._userProfileService);