UpdateService constructor

const UpdateService({
  1. Key? key,
  2. required Service service,
})

Implementation

const UpdateService({Key? key, required this.service}) : super(key: key);