abbr property

  1. @override
String? abbr

For ArgParser, set to a single character to have a short version of the command line argument.

Implementation

@override
String? get abbr => null;