ClientGeneratorOptions constructor

const ClientGeneratorOptions({
  1. bool enabled = false,
  2. String? onMethodName(
    1. String
    )?,
})

Implementation

const ClientGeneratorOptions({
  super.enabled = false,
  this.onMethodName,
});