fromValue static method

TUISeatMode fromValue(
  1. int value
)

Implementation

static TUISeatMode fromValue(int value) {
  return $enumDecode(_$TUISeatModeEnumMap, value);
}