fromJS static method

OnErrorOccurredOptions fromJS(
  1. String value
)

Implementation

static OnErrorOccurredOptions fromJS(String value) =>
    values.firstWhere((e) => e.value == value);