derivedDataPathFor static method

String derivedDataPathFor(
  1. String home
)

Absolute path to Derived Data for home.

Implementation

static String derivedDataPathFor(String home) =>
    '$home/Library/Developer/Xcode/DerivedData';