Params.empty constructor

Params.empty()

Creates an empty Param instance.

Implementation

factory Params.empty() {
  return builder().build();
}