abbr property

  1. @override
String? abbr
override

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

@override
String? get abbr => null;