usage property
      
      String
      get
      usage
      
    
    
Generates a string displaying usage information for the defined options.
This is basically the help text shown on the command line.
Implementation
String get usage {
  return generateUsage(_optionsAndSeparators, lineLength: usageLineLength);
}