ClassSwitch constructor Null safety

const ClassSwitch(
  1. {List<Type> classes = const [],
  2. ClassSwitchOptions options = const ClassSwitchOptions()}
)

Implementation

const ClassSwitch(
    {this.classes = const [], this.options = const ClassSwitchOptions()});