commands property

  1. @override
List<Command> commands
override

获取子命令列表

Implementation

@override
List<Command> get commands => [BuildRunner()];