excludeFromArgs property

List<String> get excludeFromArgs

Returns the exclude list from the command line arguments

Implementation

List<String> get excludeFromArgs =>
    argResults?['exclude'] as List<String>? ?? ['flutter'];