toStopScope method
Implementation
StopScope toStopScope() {
switch (this) {
case 'RuleSet':
return StopScope.ruleSet;
}
throw Exception('$this is not known in enum StopScope');
}
StopScope toStopScope() {
switch (this) {
case 'RuleSet':
return StopScope.ruleSet;
}
throw Exception('$this is not known in enum StopScope');
}