PiForwardDestinations constructor

PiForwardDestinations({
  1. required Map<String, double> destinations,
})

Implementation

factory PiForwardDestinations({
  /// The upstream servers as a map of destination name and percentage of hits.
  required Map<String, double> destinations,
}) = _PiForwardDestinations;