abbr property

String? abbr
final

A single-character string that can be used as a shorthand for this option.

For example, abbr: "a" will allow the user to pass -a value or -avalue.

Implementation

final String? abbr;