empty static method

EnvConfig empty()

Implementation

static EnvConfig empty() {
  return EnvConfig(
    cachePath: null,
    useGitCache: null,
    gitCachePath: null,
    flutterUrl: null,
  );
}