formatterArgs property

List<String>? formatterArgs
getter/setter pair

The args to pass to the formatter process run by this command.

Run dartfmt -h -v or dart format -h -v to see all available args.

Implementation

List<String>? formatterArgs;