CleaningService constructor
const
CleaningService({
- required List<
Cleaner> cleaners, - required TargetCleaner targetCleaner,
Implementation
const CleaningService({
required List<Cleaner> cleaners,
required TargetCleaner targetCleaner,
}) : _cleaners = cleaners,
_targetCleaner = targetCleaner;