fromValue static method

TUICaptureSourceType fromValue(
  1. int value
)

Implementation

static TUICaptureSourceType fromValue(int value) {
  return $enumDecode(_$TUICaptureSourceTypeEnumMap, value);
}