fromValue static method

TUIRoomType fromValue(
  1. int value
)

Implementation

static TUIRoomType fromValue(int value) {
  return $enumDecode(_$TUIRoomTypeEnumMap, value);
}