empty static method

Creates an empty DistributionInitResult instance with all flags set to false.

Implementation

static DistributionInitResult empty() {
  return DistributionInitResult(
    git: false,
    fastlane: false,
    fastlaneJson: false,
    xcrun: false,
    firebase: false,
  );
}