SwitchCaseExtractor constructor

SwitchCaseExtractor({
  1. required Map<String, String> options,
  2. dynamic defaultValue,
})

Implementation

SwitchCaseExtractor({
  required this.options,
  this.defaultValue,
}) : super(ExtractorTypes.SWITCH_CASE);