fromValues static method
Implementation
static Iterable<ChannelInterpretation> fromValues(Iterable<String> values) =>
values.map(fromValue);
static Iterable<ChannelInterpretation> fromValues(Iterable<String> values) =>
values.map(fromValue);