fromValue static method

TUIExtensionType fromValue(
  1. int value
)

Implementation

static TUIExtensionType fromValue(int value) {
  return $enumDecode(_$TUIExtensionTypeEnumMap, value);
}