Service constructor

Service({
  1. required Ros ros,
  2. required String name,
  3. required String type,
})

Implementation

Service({
  required this.ros,
  required this.name,
  required this.type,
});