FlavorStep constructor

FlavorStep({
  1. InitConfig? current,
})

Creates a flavor configuration step.

Implementation

FlavorStep({
  this.current,
});