TheMovieRepo constructor

TheMovieRepo()

Implementation

factory TheMovieRepo() {
  _instance ??= TheMovieRepo._();
  return _instance!;
}