CopyWith$Query$GetMyDevices<TRes> constructor

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

Implementation

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