fromValue static method

TUIError fromValue(
  1. int value
)

Implementation

static TUIError fromValue(int value) {
  return $enumDecode(_$TUIErrorEnumMap, value);
}