CopyWith$Variables$Query$PowerUsageHistory<TRes> constructor

CopyWith$Variables$Query$PowerUsageHistory<TRes>(
  1. Variables$Query$PowerUsageHistory instance,
  2. TRes then(
    1. Variables$Query$PowerUsageHistory
    )
)

Implementation

factory CopyWith$Variables$Query$PowerUsageHistory(
  Variables$Query$PowerUsageHistory instance,
  TRes Function(Variables$Query$PowerUsageHistory) then,
) = _CopyWithImpl$Variables$Query$PowerUsageHistory;