fromValues static method

Implementation

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