XcodeCacheService constructor

XcodeCacheService(
  1. CommandExec _exec, {
  2. String? homeDirectory,
})

Implementation

XcodeCacheService(this._exec, {String? homeDirectory})
  : _homeDirectory = homeDirectory;