ClassSwitchOptions constructor Null safety

const ClassSwitchOptions(
  1. {String abstractMethodSubTypeSeparator = '',
  2. String abstractMethodPrefix = '',
  3. String switchFunctionPrefix = '\$switch',
  4. DSL_MODE dslMode = DSL_MODE.WRAPPER_CLASS}
)

Implementation

const ClassSwitchOptions(
    {this.abstractMethodSubTypeSeparator = '',
    this.abstractMethodPrefix = '',
    this.switchFunctionPrefix = '\$switch',
    this.dslMode = DSL_MODE.WRAPPER_CLASS});