fromValues static method

Iterable<RTCSdpType> fromValues(
  1. Iterable<String> values
)

Implementation

static Iterable<RTCSdpType> fromValues(Iterable<String> values) =>
    values.map(fromValue);