fromValues static method

Implementation

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