toString method
Returns a string representation of the environment configuration.
Implementation
@override
/// Returns a string representation of the environment configuration.
String toString() => '''
ANDROID_BUILD=$isAndroidBuild
ANDROID_DISTRIBUTE=$isAndroidDistribute
ANDROID_PLAYSTORE_TRACK=$androidPlaystoreTrack
ANDROID_PLAYSTORE_TRACK_PROMOTE_TO=$androidPlaystoreTrack
ANDROID_PACKAGE_NAME=$androidPackageName
ANDROID_FIREBASE_APP_ID=$androidFirebaseAppId
ANDROID_FIREBASE_GROUPS=$androidFirebaseGroups
ANDROID_BINARY=appbundle
IOS_BUILD=$isIOSBuild
IOS_DISTRIBUTE=$isIOSDistribute
IOS_DISTRIBUTION_USER=$iosDistributionUser
IOS_DISTRIBUTION_PASSWORD=$iosDistributionPassword
USE_FASTLANE=$useFastlane
USE_FIREBASE=$useFirebase
''';