fromValues static method

Implementation

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