CopyWith$Query$GetDeviceByIdV2$deviceByIdV2<TRes> constructor

CopyWith$Query$GetDeviceByIdV2$deviceByIdV2<TRes>(
  1. Query$GetDeviceByIdV2$deviceByIdV2 instance,
  2. TRes then(
    1. Query$GetDeviceByIdV2$deviceByIdV2
    )
)

Implementation

factory CopyWith$Query$GetDeviceByIdV2$deviceByIdV2(
  Query$GetDeviceByIdV2$deviceByIdV2 instance,
  TRes Function(Query$GetDeviceByIdV2$deviceByIdV2) then,
) = _CopyWithImpl$Query$GetDeviceByIdV2$deviceByIdV2;