CopyWith$Query$GraphUtil_IsDeviceOnline<TRes> constructor

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

Implementation

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