ServerGeneratorOptions constructor

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

Implementation

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