oneOf function

OneOf oneOf(
  1. List<int> cs
)

Implementation

OneOf oneOf(List<int> cs) => OneOf(cs);