splitCommas property

  1. @override
bool splitCommas

For ArgParser, set to true if a single string argument will be broken into a list on commas.

Implementation

@override
bool get splitCommas => false;