fromValue static method

RTCIceTcpCandidateType fromValue(
  1. String value
)

Implementation

static RTCIceTcpCandidateType fromValue(String value) =>
    values.firstWhere((e) => e.value == value);