ProjectCubit constructor

ProjectCubit(
  1. ProjectRepository _repository
)

Implementation

ProjectCubit(this._repository) : super(const ProjectState());