toGlobalConfigurationLowFramerateInputs method
Implementation
GlobalConfigurationLowFramerateInputs
toGlobalConfigurationLowFramerateInputs() {
switch (this) {
case 'DISABLED':
return GlobalConfigurationLowFramerateInputs.disabled;
case 'ENABLED':
return GlobalConfigurationLowFramerateInputs.enabled;
}
throw Exception(
'$this is not known in enum GlobalConfigurationLowFramerateInputs');
}