EnvironmentStep constructor

EnvironmentStep({
  1. required FlavorSetup flavors,
  2. EnvironmentConfig? current,
})

Creates an environment configuration step.

Implementation

EnvironmentStep({required this.flavors, this.current});