GetCommand constructor

GetCommand()

Implementation

GetCommand()
    : super(
        'get',
        'Get dependencies (execute "pub get" command) '
            'for all projects and packages in folder (recursively).',
      );