EnvironmentStep constructor
EnvironmentStep({
- required FlavorSetup flavors,
- EnvironmentConfig? current,
Creates an environment configuration step.
Implementation
EnvironmentStep({required this.flavors, this.current});