Param constructor

Param({
  1. required Ros ros,
  2. required String name,
})

Implementation

Param({required this.ros, required this.name});