fromString static method

IceCandidateType fromString(
  1. String type
)

Implementation

static IceCandidateType fromString(String type) => types[type]!;