CopyWith$Input$GetPowerUsageHistoryInput<TRes> constructor

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

Implementation

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