CopyWith$Input$UpdateBlinksPerKwhInput<TRes> constructor

CopyWith$Input$UpdateBlinksPerKwhInput<TRes>(
  1. Input$UpdateBlinksPerKwhInput instance,
  2. TRes then(
    1. Input$UpdateBlinksPerKwhInput
    )
)

Implementation

factory CopyWith$Input$UpdateBlinksPerKwhInput(
  Input$UpdateBlinksPerKwhInput instance,
  TRes Function(Input$UpdateBlinksPerKwhInput) then,
) = _CopyWithImpl$Input$UpdateBlinksPerKwhInput;