CopyWith$Query$GetMyDevices$pairedDevices<TRes> constructor

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

Implementation

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