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