long property

dynamic long
final

Long key, if any, that can be used for this property.

  • Set to false if no long key is desired.
  • Leave empty to make the long key the same as the class variable.
  • Set to a string to use instead of the class variable name. The class variable name will be translated from camel case to a dashed string. i.e. multiWordParameter would translate to the command line option --multi-word-parameter.

Implementation

final dynamic long;