PersonaService constructor Null safety
- PersonaRepository _repository
Constructor for the PersonaService Uses the PersonaRepository to get the Personas
Implementation
PersonaService(this._repository);
Constructor for the PersonaService Uses the PersonaRepository to get the Personas
PersonaService(this._repository);