setValue abstract method Null safety

Param setValue(
  1. dynamic value
)

return a new instance of Param with value

Implementation

Param setValue(dynamic value);