CLIEntryFormat constructor

const CLIEntryFormat(
  1. String name,
  2. String starts,
  3. bool valueAvailable,
  4. bool valueRequired,
  5. bool valueOnly,
  6. String delime,
)

Implementation

const CLIEntryFormat(
    this.name,
    this.starts,
    this.valueAvailable,
    this.valueRequired,
    this.valueOnly,
    this.delime
  );