format method
Implementation
String format() => switch (this) {
AutoUpdaterDisabledDevelopment() => 'development build',
AutoUpdaterDisabledEnv(:final envVar) => '$envVar set',
AutoUpdaterDisabledConfig() => 'config',
};
String format() => switch (this) {
AutoUpdaterDisabledDevelopment() => 'development build',
AutoUpdaterDisabledEnv(:final envVar) => '$envVar set',
AutoUpdaterDisabledConfig() => 'config',
};