commaRoundTrip property

bool? commaRoundTrip
final

When listFormat is set to ListFormat.comma, you can also set commaRoundTrip option to true or false, to append [] on single-item Lists, so that they can round trip through a parse.

Implementation

final bool? commaRoundTrip;