valueOf static method

ErrorCode valueOf(
  1. String name
)

Implementation

static ErrorCode valueOf(String name) => _$errorCodeValueOf(name);