childrens property

  1. @override
List<Command> get childrens
override

childrens command

Implementation

@override
List<Command> get childrens => [
      CreateControllerCommand(),
      CreatePageCommand(),
      CreateProjectCommand(),
      CreateProviderCommand(),
      CreateScreenCommand(),
      CreateViewCommand(),
      CreateStateCommand(),
    ];