SupGen constructor

SupGen({
  1. required bool enable,
  2. required String schema,
  3. bool? useSsl,
  4. required String output,
})

Implementation

SupGen(
    {required this.enable,
    required this.schema,
    this.useSsl,
    required this.output});