fromValue static method

TUIBattleCode fromValue(
  1. int value
)

Implementation

static TUIBattleCode fromValue(int value) {
  return $enumDecode(_$TUIBattleCodeEnumMap, value);
}