CreateFeatureCommand constructor

CreateFeatureCommand(
  1. String featureName
)

Creates a new CreateFeatureCommand with the given featureName.

Implementation

CreateFeatureCommand(this.featureName);