fromValues static method

Iterable<MLInterpolationMode> fromValues(
  1. Iterable<String> values
)

Implementation

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