IdCliConfig constructor

IdCliConfig({
  1. required String? ns,
  2. required bool hf,
  3. required bool help,
})

Creates an instance with the given values.

Implementation

IdCliConfig({required this.ns, required this.hf, required this.help});