ClassSwitch constructor Null safety
- {List<
Type> classes = const [], - ClassSwitchOptions options = const ClassSwitchOptions()}
Implementation
const ClassSwitch(
{this.classes = const [], this.options = const ClassSwitchOptions()});
const ClassSwitch(
{this.classes = const [], this.options = const ClassSwitchOptions()});