CreatePageCommand constructor

CreatePageCommand(
  1. String featureName,
  2. String pageName, {
  3. bool withBloc = true,
  4. bool withData = false,
})

Implementation

CreatePageCommand(
  this.featureName,
  this.pageName, {
  this.withBloc = true,
  this.withData = false,
});