toString method

  1. @override
String toString()
override

Returns a string representation of the DistributionInitResult instance.

Implementation

@override

/// Returns a string representation of the `DistributionInitResult` instance.
String toString() {
  return 'DistributionInitResult(git: $git, fastlane: $fastlane, fastlaneJson: $fastlaneJson, xcrun: $xcrun, firebase: $firebase)';
}