$SelectDirectionParamsCopyWith<$Res> constructor

$SelectDirectionParamsCopyWith<$Res>(
  1. SelectDirectionParams value,
  2. $Res then(
    1. SelectDirectionParams
    )
)

Implementation

factory $SelectDirectionParamsCopyWith(SelectDirectionParams value,
        $Res Function(SelectDirectionParams) then) =
    _$SelectDirectionParamsCopyWithImpl<$Res>;